Skip to content
New issue

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

Add bemi-sqlalchemy #69

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ __ https://creativecommons.org/licenses/by-sa/4.0/
Data Structures
---------------

bemi-sqlalchemy_
Automatic data change tracking for SQLAlchemy.

- Automatically tracks PostgreSQL changes with application-specific context
- Captures data changes with 100% reliability, even if executed through direct SQL outside the application
- Doesn't affect code runtime execution performance and database workload
- Works without changing table structures, rewriting the code, and creating heavy database triggers
- Integrates with FastAPI

SQLAlchemy-Continuum_
Versioning and auditing extension for SQLAlchemy.

Expand Down Expand Up @@ -51,6 +60,7 @@ SQLAlchemy-ORM-tree_
vdm_
Versioned domain model. Python library for revisioning/versioning of databases.

.. _bemi-sqlalchemy: https://github.com/BemiHQ/bemi-sqlalchemy
.. _django-mptt: https://github.com/django-mptt/django-mptt/
.. _SQLAlchemy-Continuum: https://sqlalchemy-continuum.readthedocs.io/
.. _sqlalchemy_mptt: https://sqlalchemy-mptt.readthedocs.io/
Expand Down