.gitignore
LICENSE.txt
MANIFEST.in
README.md
mkdocs-nodir.yaml
mkdocs.yml
pyproject.toml
docs/autoincrement.md
docs/changelog.md
docs/index.md
docs/installation.md
docs/userguide.md
docs/images/mimerhd.png
docs/images/mimerhd32x32.ico
docs/images/mimerhd32x32.png
examples/demo_create_table.py
examples/demo_orm.py
examples/demo_test.py
src/sqlalchemy_mimer/__init__.py
src/sqlalchemy_mimer/_version.py
src/sqlalchemy_mimer/compiler.py
src/sqlalchemy_mimer/dialect.py
src/sqlalchemy_mimer/types.py
src/sqlalchemy_mimer.egg-info/PKG-INFO
src/sqlalchemy_mimer.egg-info/SOURCES.txt
src/sqlalchemy_mimer.egg-info/dependency_links.txt
src/sqlalchemy_mimer.egg-info/entry_points.txt
src/sqlalchemy_mimer.egg-info/requires.txt
src/sqlalchemy_mimer.egg-info/top_level.txt
tests/db_config.py
tests/test_basic_association.py
tests/test_basic_dml.py
tests/test_concrete.py
tests/test_constraints.py
tests/test_datatypes.py
tests/test_dict_of_sets_with_default.py
tests/test_dictlike-polymorphic.py
tests/test_dictlike.py
tests/test_directed_graph.py
tests/test_discriminator_on_association.py
tests/test_domains.py
tests/test_generic_fk.py
tests/test_joined.py
tests/test_orm.py
tests/test_proxied_association.py
tests/test_schema.py
tests/test_sequences.py
tests/test_single.py
tests/test_table_per_association.py
tests/test_table_per_related.py
tests/test_transactions.py
tests/test_utils.py
tests/test_views.py