LICENSE
README.md
pyproject.toml
ddl2data/__init__.py
ddl2data/cli.py
ddl2data/config.py
ddl2data/config_loader.py
ddl2data/report.py
ddl2data/validation.py
ddl2data.egg-info/PKG-INFO
ddl2data.egg-info/SOURCES.txt
ddl2data.egg-info/dependency_links.txt
ddl2data.egg-info/entry_points.txt
ddl2data.egg-info/requires.txt
ddl2data.egg-info/top_level.txt
ddl2data/generator/__init__.py
ddl2data/generator/base.py
ddl2data/generator/dist.py
ddl2data/parser/__init__.py
ddl2data/parser/ddl.py
ddl2data/parser/dynamodb.py
ddl2data/parser/graph.py
ddl2data/parser/introspect.py
ddl2data/writer/__init__.py
ddl2data/writer/csv_writer.py
ddl2data/writer/dynamodb_json_writer.py
ddl2data/writer/json_writer.py
ddl2data/writer/parquet_writer.py
ddl2data/writer/postgres.py
tests/test_config_and_report.py
tests/test_constraints_validation_writer_engine.py
tests/test_dist_extended.py
tests/test_dynamodb_support.py
tests/test_e2e_mixed.py
tests/test_generator_writer.py
tests/test_integration_bigquery.py
tests/test_integration_dynamodb.py
tests/test_integration_mysql_dialect.py
tests/test_integration_postgres.py
tests/test_introspect.py
tests/test_parser_graph.py
tests/test_release_regressions.py
tests/test_roadmap_items.py