We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FeatureReq: add the DynamicTable class.
This ingenious class is so widely used, yet there is still no standard implementation.
http://sparrigan.github.io/sql/sqla/2016/01/03/dynamic-tables.html
Also the above version lacks a c[] accessor for the table columns, so it is hard to use with row filters.
Please add a DynamicTable class to the SQLAlchemy-Utils package. Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
FeatureReq: add the DynamicTable class.
This ingenious class is so widely used, yet there is still no standard implementation.
http://sparrigan.github.io/sql/sqla/2016/01/03/dynamic-tables.html
Also the above version lacks a c[] accessor for the table columns, so it is hard to use with row filters.
Please add a DynamicTable class to the SQLAlchemy-Utils package. Thanks!
The text was updated successfully, but these errors were encountered: