pudo/dataset
Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions. observed · 2026-08-28
Health v2 · maintenance only
78/100
- Activity 93
- Release rhythm 47
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4902
- days_rel: 143
- days_push: 42
- n_releases_24m: 1
Adoption not part of the score
4871 stars · 298 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
dataset is a Python library that makes reading and writing data in SQL databases as simple as working with JSON files. It provides implicit table creation, bulk loading, and transaction support on top of SQLAlchemy.
Use cases
- store python dicts in a sql database without writing schema
- quickly persist scraped data to sqlite
- bulk load rows into a database table
- use a database as a simple key-value or document store
- prototype data pipelines without writing sql
When to choose
- you want dead-simple database access in Python scripts
- you need implicit table creation and schema-free inserts
- you're building small ETL or data-loading utilities
- you want SQLAlchemy power without writing ORM models
When to avoid
- you need fine-grained control over migrations and schema
- you're building a large application needing a full ORM
- you need high-performance bulk operations at massive scale
- you need NoSQL databases rather than SQL stores
Facets
library · maturity stable
database orm etl serialization databases developer-tools python cross-platform sqlalchemy sql lazy-database-access bulk-loading transactions data-engineering
2 sources
- readme: https://github.com/pudo/dataset · fetched 2026-08-28 · 393907d17ea1
- registry_pypi: https://pypi.org/pypi/dataset/json · fetched 2026-08-29 · 412072549306
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pudo/dataset | main | 78 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem