sqlkata / docs

SqlKata documentation
12 stars 13 forks source link

Can't figure out how to use Compiler.Whitelist #11

Open herebebeasties opened 2 years ago

herebebeasties commented 2 years ago

Compiler.Whitelist is public API, but I don't seem to be able to get hold of a compiler instance to set it. Some docs explaining how to do this would be very handy.

(Use case: I'm trying to use tsrange operators in Postgres such as @>.)