{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/14"},{"label":"Front-Ends","url":"https://skillfed.io/packages/category/database-front-ends"}],"enrichment":{"capability":"Provides a lightweight abstraction layer over psycopg2 for PostgreSQL database access, simplifying common query patterns and connection management.","skillfed_tags":["abandoned","psycopg2-wrapper"],"use_cases":["Maintaining existing codebases already using postgres that need to remain on stable, tested versions.","Educational projects exploring database abstraction patterns without committing to a full ORM.","Legacy applications where replacing the database layer would be costly and the current version works.","Quick prototyping when you want less boilerplate than raw psycopg2 and accept maintenance risk."],"what_it_does":"postgres is a thin wrapper around psycopg2 that aims to reduce boilerplate when working with PostgreSQL databases in Python. It sits between your application and psycopg2-binary and psycopg2-pool, providing convenience methods for common database operations. The package is marked as Production/Stable in its classifiers and supports Python 3.6 through 3.9, though it has not been actively maintained since 2021-09-20.\n\nBecause the package is abandoned with no commits since 2023-06-14, it may not work reliably with current versions of psycopg2-binary, psycopg2-pool, or modern PostgreSQL server versions. Using it in new projects carries the risk of encountering unfixed bugs or compatibility issues.","worth_installing":"No, not for new projects. The package is abandoned with no updates since 2021-09-20 and no commits since 2023-06-14. While it has low install friction and a permissive MIT license, the lack of maintenance means you will not receive security patches or bug fixes. For new PostgreSQL work, use psycopg2-binary directly or choose an actively maintained abstraction. Only consider it if maintaining existing code already using it."},"id":"postgres","links":{"html":"https://skillfed.io/packages/postgres","md":"https://skillfed.io/packages/postgres.md","pypi":"https://pypi.org/project/postgres/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2021-09-20","license_spdx":null,"license_treatment":"permissive","name":"postgres","python_support":"unspecified","summary":"postgres is a high-value abstraction over psycopg2."},"popularity":{"monthly_downloads":273284,"position":8202,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"4.0"}
