LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
cockroach_migrator/__init__.py
cockroach_migrator/cli.py
cockroach_migrator/migrate.py
cockroach_migrator/migrate_cockroach.py
cockroach_migrator/migrate_conversion.py
cockroach_migrator/migrate_postgresql.py
cockroach_migrator/migrate_validate.py
cockroach_migrator.egg-info/PKG-INFO
cockroach_migrator.egg-info/SOURCES.txt
cockroach_migrator.egg-info/dependency_links.txt
cockroach_migrator.egg-info/entry_points.txt
cockroach_migrator.egg-info/requires.txt
cockroach_migrator.egg-info/top_level.txt
cockroach_migrator/config/migration_config.json
cockroach_migrator/templates/migration_config.json
docs/api.md
docs/installation.md
docs/usage.md
tests/__init__.py
tests/test_chunked_export.py
tests/test_chunked_integration.py
tests/test_cockroach_download.py
tests/test_main.py
tests/test_postgres_download.py
tests/test_postgresql_import.py
tests/test_schema_conversion.py