Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/palewire/django-postgres-copy

Quickly import and export delimited data with Django support for PostgreSQL's COPY command
https://github.com/palewire/django-postgres-copy

bulk-loader copy django postgres python sql

Last synced: 23 days ago
JSON representation

Quickly import and export delimited data with Django support for PostgreSQL's COPY command

Awesome Lists containing this project

README

        

### Links

- Documentation: [palewi.re/docs/django-postgres-copy/](https://palewi.re/docs/django-postgres-copy/)
- Issues: [github.com/palewire/django-postgres-copy/issues](https://github.com/palewire/django-postgres-copy/issues)
- Packaging: [pypi.python.org/pypi/django-postgres-copy](https://pypi.python.org/pypi/django-postgres-copy)
- Testing: [github.com/palewire/django-postgres-copy/actions](https://github.com/palewire/django-postgres-copy/actions/workflows/test.yaml)

### Contributing

To set up a development environment, run `pipenv install` after forking and cloning the repository.
To run tests, use `pipenv run python setup.py test`