dbstream
A meta package to be connected to several databases
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 on this page — 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
dbstream on PyPI
pip
pip install dbstreamuv
uv add dbstreampoetry
poetry add dbstreamInstalling 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 the current Python release (>=3) |
| Install friction | high — source build required |
| Runtime dependencies | none |
| Maintenance | dormant — 668 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 178,176/month — #10,200 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: dbstream-0.1.28.tar.gz
Tags
More Database packages
psycopg2-binary is a PostgreSQL database…
copyleft · top 1,000 on PyPI
redisPython client library for connecting to and…
permissive · top 1,000 on PyPI
ydbYDB Python SDK is the official client library…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
sqlparsesqlparse tokenizes SQL text into a tree of…
permissive · top 1,000 on PyPI
dbt-adaptersProvides base adapter protocols and shared…
permissive · top 1,000 on PyPI
querysourceQuerySource provides a unified async interface…
permissive · top 15,000 on PyPI
iopathiopath provides a unified interface for reading…
permissive · top 5,000 on PyPI
tentaclioTentaclio opens and manages streams across…
permissive · top 5,000 on PyPI
multi-storage-clientUnified Python client providing a generic…
permissive · top 15,000 on PyPI
sqlalchemy-jdbcapiSQLAlchemy dialect for JDBC and ODBC database…
permissive · top 15,000 on PyPI
postgresProvides a lightweight abstraction layer over…
permissive · top 15,000 on PyPI
sqlalchemy-cockroachdbA SQLAlchemy dialect that enables ORM and SQL…
permissive · top 5,000 on PyPI
cachelibCacheLib provides a unified API for interacting…
permissive · top 5,000 on PyPI
maggmaMaggma provides a unified interface for…
unclear · top 15,000 on PyPI
collate-data-diffCompares rows across two SQL databases or…
permissive · top 5,000 on PyPI