--- id: dbstream version: "0.1.28" license: unclear license_treatment: permissive maintenance: dormant --- # dbstream — A meta package to be connected to several databases License: permissive · Maintenance: dormant · Downloads: 178.2K/mo ## What it is and what it does dbstream is a meta package intended to simplify connecting to and working with multiple database systems. According to its summary, it acts as a connector to several databases, though the fact sheet does not specify which ones or how the connection logic is implemented. The package requires Python 3 or later and carries no runtime dependencies, suggesting it may be a lightweight wrapper or re-exporter of other database libraries. The package is dormant: its last release was 2024-10-15, but the repository shows no commits since 2025-01-07 and has zero GitHub stars. Installation friction is flagged as high, which may indicate build complications or unresolved dependency issues during setup. The MIT license is permissive, but the lack of active maintenance and sparse documentation (no docs URL provided) make it difficult to assess whether the package is production-ready or abandoned. Use it for: - Simplify code that needs to connect to multiple different database systems by using a single abstraction layer. - Prototype or develop applications that may need to switch between database backends without rewriting connection logic. - Reduce boilerplate when managing connections to several databases in a single Python project. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. dbstream is a meta package designed to provide unified connection and access to multiple database systems through a single interface. No. The package is dormant with no commits for months, zero community engagement (0 stars), high install friction, and a vague description that does not clarify what databases it supports or how it works. The lack of documentation and active maintenance makes it unsuitable for production use. Consider a more actively maintained database abstraction library instead. ## Install pip install dbstream uv add dbstream poetry add dbstream ## Installing dbstream Before you install: Installation friction is high and the package is dormant—last release was 2024-10-15 with no commits since 2025-01-07, and no runtime dependencies to ease setup. The project has zero GitHub stars and has not been actively maintained, raising questions about ongoing support. License in practice: Licensed under MIT (permissive), so you can use, modify, and distribute the package freely with minimal restrictions. Quickstart: pip install dbstream import dbstream Requires Python 3 or later; high install friction suggests potential build or dependency resolution issues during setup. Verify before relying: - What specific databases are actually supported by this meta package—the fact sheet does not list them. - Whether the package is truly maintained or if dormancy signals abandonment despite the recent release date. - What 'meta package' means in this context—whether it re-exports other packages or provides its own connection logic. ## Package facts - License: not declared (permissive) - Python support: supports_current - Install friction: high - Maintenance: dormant - Downloads: 178.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags multi-database connection, database abstraction layer, unified database access, database meta package, connect multiple databases, database driver wrapper, cross-database interface, database-abstraction, dormant [View on SkillFed](https://skillfed.io/packages/dbstream) · [View on PyPI](https://pypi.org/project/dbstream/)