{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database/3"}],"enrichment":{"capability":"sqlbag provides a collection of SQLAlchemy utilities and helpers for common database tasks, including connection management, Flask integration, ORM helpers, and temporary database setup for testing.","skillfed_tags":["sqlalchemy-helpers","abandoned"],"use_cases":["Set up Flask applications with SQLAlchemy ORM without writing repetitive connection and session boilerplate.","Create and tear down temporary test databases for integration tests that need a real database backend.","Manage database connections across multiple projects using a shared set of helpers.","Quickly prototype database-backed applications by reusing common ORM and connection patterns."],"what_it_does":"sqlbag is a collection of convenience functions and helpers built on top of SQLAlchemy to reduce boilerplate when working with databases. It provides utilities for managing database connections, setting up Flask integration, working with the ORM, and creating temporary databases for integration tests. The package bundles these common patterns into a single import so you don't have to rewrite them across projects.\n\nThe package depends on six, sqlalchemy, packaging, and pathlib, and can be extended with optional database drivers (psycopg2 for PostgreSQL, pymysql for MySQL/MariaDB) via install-time bundles. However, it has been abandoned since its latest release on 2021-04-01 with no active maintenance, and carries Alpha status, meaning it may not work reliably with modern versions of its dependencies.","worth_installing":"No\u2014not recommended for new projects. The package is abandoned (no updates since 2021-04-01), carries Alpha status, and its license is unclear. While it has low install friction and no known vulnerabilities, the lack of maintenance means it will not keep pace with SQLAlchemy or Python version changes. For new work, prefer actively maintained alternatives or write the boilerplate directly."},"id":"sqlbag","links":{"html":"https://skillfed.io/packages/sqlbag","md":"https://skillfed.io/packages/sqlbag.md","pypi":"https://pypi.org/project/sqlbag/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2021-04-01","license_spdx":null,"license_treatment":"unclear","name":"sqlbag","python_support":"unspecified","summary":"various snippets of SQL-related boilerplate"},"popularity":{"monthly_downloads":258130,"position":8431,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.1.1617247075"}
