Alembic is a database migrations tool written by the author ofSQLAlchemy. A migrations tool offers the following functionality: Can emit ALTER statements to a database in order to change the structure of tables and other constructs Provides a system whereby "migration scripts" may be constructed;...
py2-sqlalchemy-0.8.2-add-frontier-dialect.patch py2-sqlalchemy-0.8.2-fix-sqlite-dialect-timestamp.patch py2-sqlalchemy-1.1.4-add-frontier-dialect.patch py2-sqlalchemy-1.1.4-fix-sqlite-dialect-timestamp.patch py2-sqlalchemy-toolfile.spec py2-sqlalchemy.spec py2-sqlobject.spec ...
The SQLAlchemy project offers theAlembicmigration tool for this purpose. Alembic features a highly customizable environment and a minimalistic usage pattern, supporting such features as transactional DDL, automatic generation of “candidate” migrations, an “offline” mode which generates SQL scripts, and...
This PR migrates Toolbox to SQLAlchemy 1.4. Clients (i.e. Toolbox) are now responsible for locking when using database mappings in multithreaded environments. Database mappings are closed only when they are going to be dropped. When using raw queries or import and export functions, you must...
-e git+https://github.com/spine-tools/Spine-Database-API.git@sqlalchemy-1.4#egg=spinedb_api -e git+https://github.com/spine-tools/spine-engine.git@sqlalchemy-1.4#egg=spine_engine -e git+https://github.com/spine-tools/spine-items.git@sqlalchemy-1.4#egg=spine_items -e . 0 comments ...
Spine Toolbox is an open source Python package to manage data, scenarios and workflows for modelling and simulation. You can have your local workflow, but work as a team through version control and SQL databases. - Migrate to SQLAlchemy 1.4 (#3032) · sp
Spine Toolbox is an open source Python package to manage data, scenarios and workflows for modelling and simulation. You can have your local workflow, but work as a team through version control and SQL databases. - Merge branch 'master' into sqlalchemy-1
DataFaker is a tool for generating fake data based on a YAML schema. It can dump the results to CSV, SQL, or JSON files. It can also load the data into any database supported by SQLAlchemy. - cbush06/datafaker
Alkey is a Redis backed tool for generating cache keys that implicitly update / invalidate when SQLAlchemy model instances change, e.g.: from alkey.cache import get_cache_key_generator key_generator = get_cache_key_generator() # The `cache_key` will be invalidated when `instance1` or `ins...
Hi, I'm the author of https://github.com/maarten-dp/fast-alchemy which is a tool to create SQLA models and instances using YAML. Its main goals are: Building fast testcases for libraries that build on, or extend, SQLA, but don't necessar...