Does Drizzle-Orm Expose Wrapper Types?
So I want to write a wrapper around drizzle-orm where I can pass in things like a
Or is there some example of folks writing a general wrapper around it?
For example,
where filter or order filter so in case I ever change to a different ORM I can do so. Does drizzle-orm expose the types for each of these methods?Or is there some example of folks writing a general wrapper around it?
For example,
type-orm exposes a lot of input option types like below: