.dockerignore
.editorconfig
AUTHORS.rst
CHANGES.rst
CONTRIBUTING.rst
INSTALL.rst
LICENSE
MANIFEST.in
README.rst
pytest.ini
requirements-devel.txt
run-tests.sh
setup.cfg
setup.py
.github/workflows/pypi-publish.yml
.github/workflows/tests.yml
docs/Makefile
docs/alembic.rst
docs/api.rst
docs/authors.rst
docs/changes.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/requirements.txt
docs/session_management.rst
docs/usage.rst
docs/_ext/ultramock.py
invenio_db/__init__.py
invenio_db/cli.py
invenio_db/ext.py
invenio_db/shared.py
invenio_db/utils.py
invenio_db/version.py
invenio_db.egg-info/PKG-INFO
invenio_db.egg-info/SOURCES.txt
invenio_db.egg-info/dependency_links.txt
invenio_db.egg-info/entry_points.txt
invenio_db.egg-info/not-zip-safe
invenio_db.egg-info/requires.txt
invenio_db.egg-info/top_level.txt
invenio_db/alembic/35c1075e6360_force_naming_convention.py
invenio_db/alembic/96e796392533_create_database_migrations.py
invenio_db/alembic/dbdbc1b19cf2_create_transaction_table.py
invenio_db/alembic/script.py.mako
tests/conftest.py
tests/test_db.py
tests/test_utils.py
tests/test_versioning.py
tests/demo/__init__.py
tests/demo/child.py
tests/demo/parent.py
tests/demo/versioned_a.py
tests/demo/versioned_b.py