tentaclio-postgres
A python project containing all the dependencies for schema postgres for tentaclio.
What it is and what it does
tentaclio-postgres is a dependency bundle that packages PostgreSQL support for the tentaclio data access framework. It brings together tentaclio itself and psycopg2-binary, the PostgreSQL adapter, so you can work with PostgreSQL databases through tentaclio's abstraction layer without manually managing those dependencies.
The package is minimal by design—it exists primarily to simplify setup for PostgreSQL-backed projects using tentaclio. It supports modern Python versions (3.10 through 3.14) and carries an MIT license. With no known vulnerabilities and low install friction, it is straightforward to add to an existing tentaclio project that needs PostgreSQL connectivity.
Use it for:
- Add PostgreSQL support to a tentaclio project by installing a single package instead of managing tentaclio and psycopg2-binary separately.
- Ensure version compatibility between tentaclio and its PostgreSQL adapter in a data pipeline or ETL workflow.
- Bootstrap a new data access layer project that targets PostgreSQL as the primary database backend.
- Pin PostgreSQL dependencies in a requirements file for reproducible deployments across environments.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Bundles PostgreSQL connectivity and schema support for the tentaclio data access framework, providing a ready-to-use PostgreSQL backend.
Yes, if you are using tentaclio and need PostgreSQL support. It eliminates dependency management friction and carries no security concerns. The active maintenance status and recent release are positive signals. Install it as part of a tentaclio-based project rather than as a standalone tool.
Install
tentaclio-postgres on PyPI
pip
pip install tentaclio-postgresuv
uv add tentaclio-postgrespoetry
poetry add tentaclio-postgresInstalling tentaclio-postgres
Before you install
Low install friction with a pure-Python wheel. Marked active with a recent release (15 days ago). Requires Python 3.10 or later.
License in practice
MIT license permits commercial and private use with minimal restrictions, making it safe to adopt in most projects.
Quickstart
pip install tentaclio-postgres
import tentaclio
import psycopg2
Requires Python 3.10 or later; psycopg2-binary must be installed and PostgreSQL server must be accessible.
Verify before relying
- Whether tentaclio-postgres provides schema definitions or just dependency bundling.
- What specific PostgreSQL features or schema patterns this package enables.
- Documentation or examples beyond the Makefile targets shown.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — tentaclio, psycopg2-binary |
| Maintenance | actively maintained — 15 days since the last release |
| First released | |
| Downloads | 509,746/month — #6,270 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: tentaclio_postgres-0.1.0-py3-none-any.whl
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
tentaclioTentaclio opens and manages streams across…
permissive · top 5,000 on PyPI
tentaclio-s3Provides S3 storage integration for tentaclio…
unclear · top 5,000 on PyPI
llama-index-storage-kvstore-postgresProvides a PostgreSQL-backed key-value store…
permissive · top 15,000 on PyPI
django-pg-zero-downtime-migrationsProvides a Django database backend for…
permissive · top 15,000 on PyPI
postgresProvides a lightweight abstraction layer over…
permissive · top 15,000 on PyPI
testcontainers-postgresProvides a PostgreSQL Docker container wrapper…
unclear · top 15,000 on PyPI
django-postgres-extraExtends Django's ORM to expose…
permissive · top 15,000 on PyPI
apache-airflow-providers-postgresIntegrates PostgreSQL databases with Apache…
permissive · top 5,000 on PyPI
testing.postgresqlAutomatically creates and tears down temporary…
permissive · top 5,000 on PyPI
patroniPatroni orchestrates PostgreSQL…
permissive · top 15,000 on PyPI