-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wildcard for Postgres #153
Comments
So, every select is a Or maybe I'm misunderstanding your question? |
Heya, What you might be meaning by wildcard though (and your usage of A first "attempt" has already been made to make users aware of this (see #149 and its PR #150), but I myself am not too happy with it, as it might be easily missed. At a glance I'm not seeing a great solution of where/how to best include that info. Anyone have any suggestions? |
How would I select * from table using postgres?
By reading the code I was able to actually get the select statements to work using $1
Anyway you can add some docs on using postgres?
Love your library thanks.
The text was updated successfully, but these errors were encountered: