skillfed

dbstream

A meta package to be connected to several databases

dbstream v0.1.28 178.2K downloads/30d#10,200 on PyPI0
Permissive license DORMANT released

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 dbstream

uv

uv add dbstream

poetry

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 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

License :: OSI Approved :: MIT LicenseOperating System :: OS IndependentProgramming Language :: Python :: 3

Tags

multi-database connectiondatabase abstraction layerunified database accessdatabase meta packageconnect multiple databasesdatabase driver wrappercross-database interface
database-abstractiondormant

More Database packages