frafra opened this issue 5 years ago · 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.
format
sql.Identifier(...)