A meta package to connect to several databases with a unified streaming interface. Currently at version 0.1.28, with Python >=3 support. The project appears to be in early development with infrequent releases.
pip install dbstreamNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Instantiate DBStream with a connection string and stream query results.
Pin version: dbstream==0.1.28 in requirements.txt.
Always call .stream(query) first, then iterate over the object.
Double-check your database URI. Example: 'postgresql://user:pass@host/db'.
Run 'pip install dbstream' in your environment.
Use 'from dbstream import DBStream'. Ensure dbstream>=0.1.0 is installed.
Check the current API in documentation; possibly use 'exec' or 'query' instead.
No dependency data recorded yet.