honza/anosql

Add support for identifiers

frafra opened this issue · 0 comments

anosql is great for binding parameters, but what about identifiers?
psycopg2 has support for that, using format and sql.Identifier(...), so Python variables can be used to specify tables or columns.