All Projects → pudo → Dataset

pudo / Dataset

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

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to Dataset

Go Clean Arch
Go (Golang) Clean Architecture based on Reading Uncle Bob's Clean Architecture
Stars: ✭ 5,128 (+24.77%)
Mutual labels:  sql, database
Dbeaver
Free universal database tool and SQL client
Stars: ✭ 23,752 (+477.91%)
Mutual labels:  sql, database
Hyrise
Hyrise is a research in-memory database.
Stars: ✭ 371 (-90.97%)
Mutual labels:  sql, database
Go Sqlmock
Sql mock driver for golang to test database interactions
Stars: ✭ 4,003 (-2.6%)
Mutual labels:  sql, database
Franchise
🍟 a notebook sql client. what you get when have a lot of sequels.
Stars: ✭ 3,823 (-6.98%)
Mutual labels:  sql, database
Lbadd
LBADD: An experimental, distributed SQL database
Stars: ✭ 362 (-91.19%)
Mutual labels:  sql, database
Jet
Type safe SQL builder with code generation and automatic query result data mapping
Stars: ✭ 373 (-90.92%)
Mutual labels:  sql, database
Rel
💎 Modern Database Access Layer for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API
Stars: ✭ 317 (-92.29%)
Mutual labels:  sql, database
Ignite
Apache Ignite
Stars: ✭ 4,027 (-2.02%)
Mutual labels:  sql, database
Grdb.swift
A toolkit for SQLite databases, with a focus on application development
Stars: ✭ 4,637 (+12.82%)
Mutual labels:  sql, database
Jupyterlab Sql
SQL GUI for JupyterLab
Stars: ✭ 336 (-91.82%)
Mutual labels:  sql, database
Dotmim.sync
A brand new database synchronization framework, multi platform, multi databases, developed on top of .Net Standard 2.0. https://dotmimsync.readthedocs.io/
Stars: ✭ 406 (-90.12%)
Mutual labels:  sql, database
Datafuse
Datafuse is a free Cloud-Native Analytics DBMS(Inspired by ClickHouse) implemented in Rust
Stars: ✭ 327 (-92.04%)
Mutual labels:  sql, database
Barrel
🛢 A database schema migration builder for Rust
Stars: ✭ 410 (-90.02%)
Mutual labels:  sql, database
Freezer
A simple & fluent Android ORM, how can it be easier ? RxJava2 compatible
Stars: ✭ 326 (-92.07%)
Mutual labels:  sql, database
Hive
Apache Hive
Stars: ✭ 4,031 (-1.92%)
Mutual labels:  sql, database
Php Sql Query Builder
An elegant lightweight and efficient SQL Query Builder with fluid interface SQL syntax supporting bindings and complicated query generation.
Stars: ✭ 313 (-92.38%)
Mutual labels:  sql, database
Monetdb Old
This is the official mirror of the MonetDB Mercurial repository. Please note that we do not accept pull requests on github. The regression test results can be found on the MonetDB Testweb http://monetdb.cwi.nl/testweb/web/status.php .For contributions please see: https://www.monetdb.org/Developers
Stars: ✭ 317 (-92.29%)
Mutual labels:  sql, database
Pg timetable
pg_timetable: Advanced scheduling for PostgreSQL
Stars: ✭ 382 (-90.71%)
Mutual labels:  sql, database
Sqlhooks
Attach hooks to any database/sql driver
Stars: ✭ 397 (-90.34%)
Mutual labels:  sql, database

dataset: databases for lazy people

build

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:

$ pip install dataset

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].