.gitignore
CODE_OF_CONDUCT.md
LICENSE
MANIFEST.in
Makefile
Pipfile
Pipfile.lock
README.md
setup.cfg
setup.py
.github/CODEOWNERS
.github/FUNDING.yml
.github/workflows/continuous-deployment.yaml
.github/workflows/docs.yml
django_postgres_copy.egg-info/PKG-INFO
django_postgres_copy.egg-info/SOURCES.txt
django_postgres_copy.egg-info/dependency_links.txt
django_postgres_copy.egg-info/top_level.txt
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/_static/css/custom.css
postgres_copy/__init__.py
postgres_copy/copy_from.py
postgres_copy/copy_to.py
postgres_copy/managers.py
tests/__init__.py
tests/fields.py
tests/models.py
tests/router.py
tests/tests.py
tests/data/backwards.csv
tests/data/blanknulls.csv
tests/data/foreignkeys.csv
tests/data/matching_headers.csv
tests/data/names.csv
tests/data/nulls.csv
tests/data/pipes.csv
tests/data/quote.csv
tests/data/secondary_db.csv