{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database/2"}],"enrichment":{"capability":"Provides Django ORM integration for PostgreSQL's COPY command to rapidly import and export delimited data without loading everything into memory.","skillfed_tags":["bulk-operations","postgres-native","etl"],"use_cases":["Move large delimited files into PostgreSQL tables as part of a data pipeline.","Export Django model querysets to delimited files for reporting.","Migrate data between PostgreSQL tables using COPY for speed.","Load seed data during deployment when performance matters.","Integrate with external data sources that provide delimited formats."],"what_it_does":"django-postgres-copy wraps PostgreSQL's native COPY command in a Django-friendly interface, letting you move delimited data directly from files without materializing rows in Python. It's designed for scenarios where you need to transfer large amounts of data into or out of a PostgreSQL table quickly\u2014the COPY command bypasses Django's object instantiation and validation overhead.\n\nThe package provides a CopyMapping class that maps CSV columns to Django model fields and handles the mechanics of preparing data and executing the COPY operation. It's a thin, focused tool: no runtime dependencies, straightforward API, and production-stable across recent Django and Python versions. The aging maintenance status (last release 418 days ago) is offset by recent repository activity and broad version support, suggesting the package is stable rather than abandoned.","worth_installing":"Yes, if you use Django with PostgreSQL and need to move large volumes of delimited data. The package is production-stable, has no dependencies, and low install friction. The aging maintenance timeline is not a blocker\u2014the code is stable and the repository shows recent activity. Install it if bulk operations speed is a requirement; skip it if you only work with small datasets or non-PostgreSQL databases."},"id":"django-postgres-copy","links":{"html":"https://skillfed.io/packages/django-postgres-copy","md":"https://skillfed.io/packages/django-postgres-copy.md","pypi":"https://pypi.org/project/django-postgres-copy/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-06-22","license_spdx":"MIT","license_treatment":"permissive","name":"django-postgres-copy","python_support":"supports_current","summary":"Quickly import and export delimited data with Django support for PostgreSQL's COPY command"},"popularity":{"monthly_downloads":1121028,"position":4336,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"2.8.0"}
