{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/6"},{"label":"Database","url":"https://skillfed.io/packages/category/database/3"}],"enrichment":{"capability":"Queries is a simplified wrapper around psycopg2 that provides a session-based API for connecting to and querying PostgreSQL databases, with built-in connection pooling and support for both synchronous and asynchronous (Tornado) operations.","skillfed_tags":["abandoned","legacy-maintenance-only"],"use_cases":["Building synchronous PostgreSQL client scripts or applications where connection pooling and URI-based configuration reduce setup code.","Integrating PostgreSQL queries into Tornado web applications using the TornadoSession class for asynchronous database access.","Maintaining legacy applications that already depend on queries and do not require modern Python version support."],"what_it_does":"Queries wraps psycopg2 to reduce boilerplate when building PostgreSQL client applications. It provides a session-based API that handles connection pooling internally, URI-based connection configuration, and automatic type support for UUIDs and Unicode. The package also includes a Tornado integration for asynchronous query execution in web applications.\n\nThe package was last released on 2021-11-16 and is no longer maintained. While it remains in production/stable status according to its classifiers, the lack of updates means it has not been tested against recent Python or PostgreSQL versions and will not receive bug fixes or security updates.","worth_installing":"No, not for new projects. The package is abandoned (last release 2021-11-16) and will not receive maintenance, security updates, or compatibility fixes. For new PostgreSQL work, use actively maintained alternatives. Only consider it if you are maintaining existing code that already depends on it and cannot migrate."},"id":"queries","links":{"html":"https://skillfed.io/packages/queries","md":"https://skillfed.io/packages/queries.md","pypi":"https://pypi.org/project/queries/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2021-11-16","license_spdx":null,"license_treatment":"permissive","name":"queries","python_support":"unspecified","summary":"Simplified PostgreSQL client built upon Psycopg2"},"popularity":{"monthly_downloads":283931,"position":8070,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.1.1"}
