skillfed

tentaclio-postgres

A python project containing all the dependencies for schema postgres for tentaclio.

tentaclio-postgres v0.1.0 509.7K downloads/30d#6,270 on PyPI
Permissive license MIT Active released

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

uv

uv add tentaclio-postgres

poetry

poetry add tentaclio-postgres

Installing 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

Intended Audience :: DevelopersOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14

Tags

postgresql tentaclio integrationpostgres schema dependenciestentaclio postgres backendpostgresql data access layerpostgres connector tentacliodatabase schema tentaclio
postgres-integrationdependency-bundle

More Database packages

psycopg2-binary

psycopg2-binary is a PostgreSQL database…

copyleft · top 1,000 on PyPI

redis

Python client library for connecting to and…

permissive · top 1,000 on PyPI

ydb

YDB Python SDK is the official client library…

permissive · top 1,000 on PyPI

snowflake-connector-python

Connects Python applications to Snowflake data…

permissive · top 1,000 on PyPI

sqlparse

sqlparse tokenizes SQL text into a tree of…

permissive · top 1,000 on PyPI

dbt-adapters

Provides base adapter protocols and shared…

permissive · top 1,000 on PyPI

tentaclio

Tentaclio opens and manages streams across…

permissive · top 5,000 on PyPI

tentaclio-s3

Provides S3 storage integration for tentaclio…

unclear · top 5,000 on PyPI

llama-index-storage-kvstore-postgres

Provides a PostgreSQL-backed key-value store…

permissive · top 15,000 on PyPI

django-pg-zero-downtime-migrations

Provides a Django database backend for…

permissive · top 15,000 on PyPI

postgres

Provides a lightweight abstraction layer over…

permissive · top 15,000 on PyPI

testcontainers-postgres

Provides a PostgreSQL Docker container wrapper…

unclear · top 15,000 on PyPI

django-postgres-extra

Extends Django's ORM to expose…

permissive · top 15,000 on PyPI

apache-airflow-providers-postgres

Integrates PostgreSQL databases with Apache…

permissive · top 5,000 on PyPI

testing.postgresql

Automatically creates and tears down temporary…

permissive · top 5,000 on PyPI

patroni

Patroni orchestrates PostgreSQL…

permissive · top 15,000 on PyPI