kennethreitz / records

SQL for Humans™
https://pypi.python.org/pypi/records/
ISC License
7.14k stars 570 forks source link

Pass kwargs to get_table_names function #172

Closed keelanfh closed 5 months ago

keelanfh commented 5 years ago

When using the get_table_names function, the function currently will not allow the user to pass in the schema argument. This means that, for instance, you can't get the table names for a PostgreSQL schema other than the default schema. This feature could be added quite easily.