dataset

Package — DatabasePython 3.7+Intermediate

Simple database toolkit: SQLite/PostgreSQL/MySQL with a dict-like API

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
SQLAlchemy, alembic, banal
Install
pip install dataset

Learn by Difficulty

Quick Example

python
# Install: pip install dataset
import dataset

# Basic dataset usage
print(f"Using dataset")
# See documentation for detailed examples

dataset is a third-party package. Simple database toolkit: SQLite/PostgreSQL/MySQL with a dict-like API. Install with: pip install dataset

Try in Playground

Tags

packagedatabaseormpersistence