back to home

pudo / dataset

Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions.

4,853 stars
297 forks
45 issues
PythonMakefile

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing pudo/dataset in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/pudo/dataset)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

dataset: databases for lazy people ================================== In short, **dataset** makes reading and writing data in databases as simple as reading and writing JSON files. Read the docs To install dataset, fetch it with pip : **Note:** as of version 1.0, **dataset** is split into two packages, with the data export features now extracted into a stand-alone package, **datafreeze**. See the relevant repository here.