Closed anneFly closed 8 years ago
This is really good work guys, thanks for this! Could you update the README
with a section explaining how to use the schema feature for us please?
Other than that, I'm happy to merge this and roll a release to PyPI.
I updated the README
and also added tests for a view that uses a separate schema. It felt safer to have this tested as well :)
Merged this in, thanks for your work :+1:
@anneFly I've pushed version 0.0.7 to PyPI for you guys. Feel free to open any bugs if you find any issues.
db_table = 'some_schema_name.some_table_name'
). We added a small fix to support this.