Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Shardingsphere | 18,163 | 8 | 9 hours ago | 7 | June 04, 2020 | 584 | apache-2.0 | Java | ||
Ecosystem to transform any database into a distributed database system, and enhance it with sharding, elastic scaling, encryption features & more | ||||||||||
Mikro Orm | 5,748 | 86 | a day ago | 1,395 | September 25, 2022 | 83 | mit | TypeScript | ||
TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, MariaDB, PostgreSQL and SQLite databases. | ||||||||||
Dataset | 4,283 | 514 | 51 | 21 days ago | 55 | December 16, 2021 | 29 | mit | Python | |
Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions. | ||||||||||
Pg Promise | 3,297 | 4,811 | 453 | 8 hours ago | 592 | August 27, 2022 | mit | JavaScript | ||
PostgreSQL interface for Node.js | ||||||||||
Simplebank | 2,497 | 1 | a day ago | 6 | April 11, 2021 | 8 | mit | Go | ||
Backend master class: build a simple bank service in Go | ||||||||||
Ethereum Etl | 2,456 | 13 days ago | 37 | May 24, 2022 | 125 | mit | Python | |||
Python scripts for ETL (extract, transform and load) jobs for Ethereum blocks, transactions, ERC20 / ERC721 tokens, transfers, receipts, logs, contracts, internal transactions. Data is available in Google BigQuery https://goo.gl/oY5BCQ | ||||||||||
Radon | 1,466 | 2 years ago | 17 | February 24, 2021 | 2 | gpl-3.0 | Go | |||
RadonDB is an open source, cloud-native MySQL database for building global, scalable cloud services | ||||||||||
Dat | 600 | 1 | 2 years ago | 16 | March 28, 2017 | 26 | other | Go | ||
Go Postgres Data Access Toolkit | ||||||||||
Go Txdb | 516 | 41 | a month ago | 3 | December 29, 2021 | 4 | other | Go | ||
Immutable transaction isolated sql driver for golang | ||||||||||
Ydn Db | 469 | 3 | 3 | 4 years ago | 1 | June 29, 2015 | 24 | apache-2.0 | JavaScript | |
Javascript database module for Indexeddb, Web SQL and localStorage storage mechanisms supporting version migration, advanced query, SQL and transaction. |
In short, dataset makes reading and writing data in databases as simple as reading and writing JSON files.
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.