$npx skillfedfor your agent

Database packages

533 packages · page 6 of 14 · 748 including subcategories

Subcategories

Packages

django-safedelete With conditions
PyPI · Database · released Mar 2025

Provides soft-delete functionality for Django models, allowing objects to be masked from queries instead of permanently removed from the database.

However, the aging maintenance status (527 days since last release) and lack of explicit Python 3.12+ / Django 5.1+ support in the fact sheet warrant verification…

BSD-3-Clausepure Pythonaging
1.2Mdownloads / mo
jsonfield Skip
PyPI · Database · released Jul 2025

A Django model field that stores and retrieves JSON data with automatic serialization and deserialization, now deprecated in favor of Django's native JSONField.

MITpure Python · 3.10+aging
1.1Mdownloads / mo
django-postgres-copy With conditions
PyPI · Database · released Jun 2025

Provides Django ORM integration for PostgreSQL's COPY command to rapidly import and export delimited data without loading everything into memory.

Install it if bulk operations speed is a requirement; skip it if you only work with small datasets or non-PostgreSQL databases.

MITpure Python · 3.9+aging
1.1Mdownloads / mo
snowflake-cli Worth it
PyPI · Database · released Aug 2026

Snowflake CLI is a command-line tool for developers to create, manage, and deploy applications on Snowflake, including Streamlit apps, native apps, Snowpark services, and SQL operations.

Apache-2.0pure Python · 3.10+
1.1Mdownloads / mo
delta-kernel-rust-sharing-wrapper With conditions
PyPI · Database · released Aug 2026

Provides Python bindings to the Rust-based Delta Kernel for reading and processing Delta Lake tables through a thin wrapper built with maturin and pyo3.

permissive licensecompiled wheel
1.1Mdownloads / mo
shillelagh Worth it
PyPI · Database · released Jul 2026

Shillelagh lets you query APIs, files, spreadsheets, and in-memory objects using SQL, with support for multiple data sources through pluggable adapters and both programmatic and CLI interfaces.

Install it if you need SQL access to APIs, spreadsheets, or files; skip it if you're working exclusively with traditional SQL databases.

MITpure Python · 3.9+
1.1Mdownloads / mo
psycogreen With conditions
PyPI · Database · released Feb 2020

Integrates psycopg2 with coroutine libraries (eventlet, gevent) by registering wait callbacks that allow asynchronous database operations within a blocking interface.

BSD-3-Clausebuilds from sourcedormant
1.0Mdownloads / mo
types-sqlalchemy-utils With conditions
PyPI · Database · released May 2024

Provides type stubs for sqlalchemy-utils, enabling static type checking and IDE autocompletion when using that library in Python projects.

However, be aware that maintenance is dormant (last release 823 days ago), type coverage is partial, and stubs may not reflect the latest sqlalchemy-utils API—verify…

GPL-3.0-or-laterpure Pythondormant
1.0Mdownloads / mo
redis-entraid With conditions
PyPI · Database · released Jun 2026

Provides Entra ID (Azure Active Directory) authentication for redis-py clients connecting to Azure Managed Redis and Azure Cache for Redis services.

license unclearpure Python · 3.10+
998.9Kdownloads / mo
uszipcode With conditions
PyPI · Database · released Jan 2022

Provides programmable access to a database of 42,724 US zipcodes with census demographics, geography, housing, employment, and income data.

Suitable for reference applications, historical analysis, or prototyping; not for production systems requiring fresh demographic data.

MITpure Pythonabandoned
996.2Kdownloads / mo
snowflake-ml-python With conditions
PyPI · Database · released Aug 2026

Snowflake ML Python provides SDKs and infrastructure to build, train, manage, and deploy machine learning models directly within Snowflake, covering data preprocessing, feature engineering, model development, experiment tracking, and model registry.

Apache-2.0pure Python
994.0Kdownloads / mo
django-pgmigrate With conditions
PyPI · Database · released Nov 2025

Prevents migration downtime by detecting and terminating blocking queries during Postgres migrations, or optionally showing them for manual inspection.

Install it if migration locking is a pain point; skip it if you use other databases or have short, non-blocking migrations.

BSD-3-Clausepure Pythonaging
989.6Kdownloads / mo
bson Skip
PyPI · Database · released May 2020

Encodes and decodes BSON (Binary JSON) data independently of MongoDB, and can serialize BSON objects over network sockets.

No—not recommended for new projects.

permissive licensebuilds from sourceaging
967.2Kdownloads / mo
airbyte With conditions
PyPI · Database · released Aug 2026

PyAirbyte lets you run Airbyte data connectors directly from Python code, extracting and loading data from hundreds of sources without needing the full Airbyte platform.

However, verify the license terms first—the metadata does not specify one—and be aware that the 37 runtime dependencies may add setup complexity in constrained…

license unclearpure Python
955.5Kdownloads / mo
psycopg-c With conditions
PyPI · Database · released May 2026

psycopg-c is an optional C-compiled optimization package for Psycopg 3 that speeds up database operations by replacing pure-Python components with compiled extensions.

LGPL-3.0-onlybuilds from source · 3.10+
943.6Kdownloads / mo
sqlalchemy-mate With conditions
PyPI · Database · released Jun 2024

Simplifies SQLAlchemy code with helper functions for credential management, bulk insert/update/upsert operations, and ORM extensions that reduce boilerplate.

MITpure Python · 3.8+
941.6Kdownloads / mo
authzed Worth it
PyPI · Database · released Jul 2026

Python client library for SpiceDB that enables applications to query and manage permissions through Authzed's gRPC API, supporting both core permission checks and materialized view operations.

Install it if you're using Authzed/SpiceDB for authorization; skip it if you don't need that specific service.

Apache-2.0pure Python
940.3Kdownloads / mo
pipelinewise-singer-python With conditions
PyPI · Database · released Apr 2026

Writes data in Singer format from Python, enabling standardized data pipeline integration compatible with PipelineWise.

Apache-2.0pure Python
934.9Kdownloads / mo
cacheout With conditions
PyPI · Database · released Dec 2023

Cacheout provides in-memory caching with multiple eviction strategies (FIFO, LIFO, LRU, MRU, LFU, RR), TTL support, memoization decorators, and thread safety for Python applications.

MITpure Python · 3.7+dormant
896.4Kdownloads / mo
asyncmy With conditions
PyPI · Database · released Aug 2026

asyncmy is an asyncio-native MySQL/MariaDB driver providing fast asynchronous database access with an aiomysql-compatible API, built on an optimized protocol core.

Apache-2.0compiled wheel · 3.9+
895.2Kdownloads / mo
couchbase With conditions
PyPI · Database · released Jun 2026

Python client library for connecting to and querying Couchbase Server, a NoSQL database, with support for key-value operations, queries, and document management.

However, be aware of one known vulnerability (PYSEC-2023-235) that needs verification for this release, and plan for medium install friction on platforms without…

Apache-2.0compiled wheel · 3.7+1 known vulnerabilities
859.8Kdownloads / mo
transaction With conditions
PyPI · Database · released Mar 2026

Provides a generic transaction management system for Python, handling commit/abort cycles, data manager coordination, and transaction hooks.

However, verify that ZPL-2.1 licensing is compatible with your project, and confirm that this package (primarily designed for ZODB) is the right fit for your use case…

ZPL-2.1pure Python · 3.10+
852.2Kdownloads / mo
dbt-athena-community Worth it
PyPI · Database · released Jul 2026

A dbt adapter that enables data transformation workflows on AWS Athena, supporting table and incremental models, snapshots, Python models, and integration with Iceberg and Hive table formats.

Install it if you're building dbt workflows on AWS Athena; the low dependency footprint and permissive license make adoption straightforward.

Apache-2.0pure Python · 3.10.0+
827.3Kdownloads / mo
upstash-redis Worth it
PyPI · Database · released Mar 2026

HTTP-based Redis client for Python that connects to Upstash Redis via REST API instead of TCP, designed for serverless environments like AWS Lambda and Google Cloud Functions.

Install it if you're building on serverless platforms and need Redis caching or data structures; skip it if you have persistent TCP connectivity and prefer the lower…

MITpure Python
814.7Kdownloads / mo
dbt-vertica With conditions
PyPI · Database · released Jul 2026

dbt adapter that enables data transformation workflows on Vertica databases, connecting dbt projects to Vertica via the vertica-python client.

Apache-2.0pure Python · 3.8.0+
799.9Kdownloads / mo
bigquery-schema-generator With conditions
PyPI · Database · released Jan 2024

Generates BigQuery table schemas from complete JSON or CSV datasets by analyzing all records, rather than relying on BigQuery's auto-detection which examines only the first 500 records.

However, dormant maintenance (944 days since last release) and high install friction are concerns.

permissive licensebuilds from source · 3.6+dormant
787.9Kdownloads / mo
django-pghistory Worth it
PyPI · Database · released Feb 2026

Tracks all changes to Django models using PostgreSQL triggers, storing a complete audit trail without modifying application code.

BSD-3-Clausepure Python
783.7Kdownloads / mo
FalkorDB Worth it
PyPI · Database · released Aug 2026

FalkorDB Python client for querying and managing graph databases using Cypher queries, with support for both synchronous and asynchronous operations.

MITpure Python · 3.10+
781.1Kdownloads / mo
cashews Worth it
PyPI · Database · released Mar 2026

Async cache framework with decorator and direct API support for in-memory, Redis, and DiskCache backends, including TTL management, cache invalidation, and optional client-side caching.

MITpure Python · 3.10+
755.2Kdownloads / mo
google-cloud-alloydb-connector Worth it
PyPI · Database · released Jun 2026

Provides secure, IAM-based connections to Google Cloud AlloyDB instances from Python applications using TLS 1.3 encryption and automatic credential management, with support for sync and async drivers.

Install it if you are connecting Python to AlloyDB and want automatic TLS, IAM-based auth, and credential lifecycle management without manual certificate handling.

Apache-2.0pure Python · 3.10+
754.6Kdownloads / mo
django-mysql With conditions
PyPI · Database · released Sep 2025

Django-MySQL extends Django's ORM with MySQL and MariaDB-specific features including QuerySet optimizations, specialized model fields, MySQL functions, and database utilities not available in Django's generic database layer.

MITpure Python · 3.9+
742.8Kdownloads / mo
fastlite With conditions
PyPI · Database · released Jan 2026

fastlite wraps sqlite-utils to provide interactive SQLite database access with auto-complete, convenient table/column navigation, and dataclass generation for Jupyter and IPython environments.

Apache-2.0pure Python · 3.10+
739.8Kdownloads / mo
yoyo-migrations With conditions
PyPI · Database · released Aug 2024

Yoyo-migrations is a database schema migration tool that lets you write and manage migrations as SQL files or Python scripts, with command-line tools to apply, rollback, and track dependencies across PostgreSQL, MySQL, and SQLite databases.

However, be aware that the package is dormant (no releases for 734 days), so consider whether you need active maintenance for compatibility with newer database…

Apache-2.0pure Pythondormant
734.7Kdownloads / mo
apswutils With conditions
PyPI · Database · released Dec 2025

Provides a Python interface for SQLite databases using APSW, with support for table creation, querying, filtering, transactions, and default value handling.

Apache-2.0pure Python · 3.9+
732.2Kdownloads / mo
piccolo Worth it
PyPI · Database · released Jul 2026

Piccolo is an async-first ORM and query builder for Python that supports both sync and async workflows, with built-in migrations, a playground, and admin interface.

MITpure Python · 3.10.0+
706.8Kdownloads / mo
opensearch-dsl Skip
PyPI · Database · released Mar 2023

A Python client library for building and executing queries against OpenSearch using a domain-specific language interface built on top of opensearch-py.

Apache-2.0pure Pythonabandoned
702.3Kdownloads / mo
sqlalchemy-hana Worth it
PyPI · Database · released Jul 2026

Provides a SQLAlchemy dialect that enables you to use SAP HANA as a database backend, translating SQLAlchemy ORM and SQL expressions into HANA-compatible SQL via the hdbcli driver.

Apache-2.0pure Python
690.3Kdownloads / mo
dag-factory Worth it
PyPI · Database · released May 2026

dag-factory builds Apache Airflow DAGs declaratively from YAML configuration files, eliminating the need to write Python code for DAG construction.

Install it if you manage multiple similar Airflow workflows or want to let non-Python developers define DAGs; skip it only if your DAGs are highly custom or require…

Apache-2.0pure Python · 3.10+
679.4Kdownloads / mo
rocksdict With conditions
PyPI · Database · released Dec 2025

RocksDict provides a Python interface to RocksDB and Speedb, enabling persistent key-value storage on disk with support for multiple data types including Python objects via serialization.

However, the aging maintenance status (256 days since last release) and lack of recent activity mean you should verify ongoing compatibility with your Python version…

MITcompiled wheelaging
673.6Kdownloads / mo
airflow-clickhouse-plugin Worth it
PyPI · Database · released Jul 2026

Provides Apache Airflow operators and hooks to execute SQL queries and commands against ClickHouse using the native ClickHouse TCP protocol via clickhouse-driver.

Install it if you run Airflow >=2.3.0 with Python >=3.10 and need to query or load ClickHouse from DAGs.

permissive licensepure Python · 3.10+
666.8Kdownloads / mo