Mini framework sessions for SQLAlchemy
Mini Frameworks Sessions for SQLAlchemy transactions in a database.
Why to?
Session transactions classes are written to transfer the main load of SQLAlchemy sessions to decorator classes. While in transaction methods you will need to work only with useful requests to the database. Completed in the OOP style. Basic description on GitHub.
Why to?
Session transactions classes are written to transfer the main load of SQLAlchemy sessions to decorator classes. While in transaction methods you will need to work only with useful requests to the database. Completed in the OOP style. Basic description on GitHub.