.coveragerc
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGES.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.rst
LICENSE
README.rst
checklist.rst
pyproject.toml
tox.ini
uv.lock
.devcontainer/devcontainer.json
.devcontainer/on_create_command.sh
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/workflows/lint.yml
.github/workflows/release.yml
.github/workflows/test-examples-proj1.yml
.github/workflows/test.yml
django_redshift_backend/__init__.py
django_redshift_backend/base.py
django_redshift_backend/distkey.py
django_redshift_backend/meta.py
django_redshift_backend/psycopg2adapter.py
django_redshift_backend.egg-info/PKG-INFO
django_redshift_backend.egg-info/SOURCES.txt
django_redshift_backend.egg-info/dependency_links.txt
django_redshift_backend.egg-info/requires.txt
django_redshift_backend.egg-info/top_level.txt
django_redshift_backend/_vendor/__init__.py
django_redshift_backend/_vendor/django40/__init__.py
django_redshift_backend/_vendor/django40/db/__init__.py
django_redshift_backend/_vendor/django40/db/backends/__init__.py
django_redshift_backend/_vendor/django40/db/backends/ddl_references.py
django_redshift_backend/_vendor/django40/db/backends/utils.py
django_redshift_backend/_vendor/django40/db/backends/base/__init__.py
django_redshift_backend/_vendor/django40/db/backends/base/base.py
django_redshift_backend/_vendor/django40/db/backends/base/client.py
django_redshift_backend/_vendor/django40/db/backends/base/creation.py
django_redshift_backend/_vendor/django40/db/backends/base/features.py
django_redshift_backend/_vendor/django40/db/backends/base/introspection.py
django_redshift_backend/_vendor/django40/db/backends/base/operations.py
django_redshift_backend/_vendor/django40/db/backends/base/schema.py
django_redshift_backend/_vendor/django40/db/backends/base/validation.py
django_redshift_backend/_vendor/django40/db/backends/postgresql/__init__.py
django_redshift_backend/_vendor/django40/db/backends/postgresql/base.py
django_redshift_backend/_vendor/django40/db/backends/postgresql/client.py
django_redshift_backend/_vendor/django40/db/backends/postgresql/creation.py
django_redshift_backend/_vendor/django40/db/backends/postgresql/features.py
django_redshift_backend/_vendor/django40/db/backends/postgresql/introspection.py
django_redshift_backend/_vendor/django40/db/backends/postgresql/operations.py
django_redshift_backend/_vendor/django40/db/backends/postgresql/schema.py
doc/CODE_OF_CONDUCT.rst
doc/Makefile
doc/authors.rst
doc/basic.rst
doc/changes.rst
doc/conf.py
doc/design.rst
doc/dev.rst
doc/index.rst
doc/make.bat
doc/refs.rst
doc/requirements.txt
examples/dj-sql-explorer/.env.sample
examples/dj-sql-explorer/manage.py
examples/dj-sql-explorer/requirements.txt
examples/dj-sql-explorer/config/__init__.py
examples/dj-sql-explorer/config/asgi.py
examples/dj-sql-explorer/config/settings.py
examples/dj-sql-explorer/config/urls.py
examples/dj-sql-explorer/config/wsgi.py
examples/dj-sql-explorer/testapp/__init__.py
examples/dj-sql-explorer/testapp/models.py
examples/proj1/.env.psql
examples/proj1/.env.sample
examples/proj1/docker-compose.yml
examples/proj1/manage.py
examples/proj1/requirements.txt
examples/proj1/config/__init__.py
examples/proj1/config/asgi.py
examples/proj1/config/settings.py
examples/proj1/config/urls.py
examples/proj1/config/wsgi.py
examples/proj1/testapp/__init__.py
examples/proj1/testapp/models.py
tests/conftest.py
tests/docker-compose.yml
tests/settings.py
tests/test_base.py
tests/test_inspectdb.py
tests/test_migrations.py
tests/test_redshift_backend.py
tests/testapp/__init__.py
tests/testapp/models.py
tests/testapp/migrations/0001_initial.py
tests/testapp/migrations/__init__.py