Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Cheatsheets | 33,706 | 3 days ago | 84 | mit | JavaScript | |||||
👩💻👨💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file. | ||||||||||
Sheetjs | 32,867 | 4,379 | 2,297 | a month ago | 170 | March 24, 2022 | 129 | apache-2.0 | JavaScript | |
📗 SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs | ||||||||||
Prisma | 31,868 | 442 | 12 minutes ago | 4,993 | September 24, 2022 | 2,932 | apache-2.0 | TypeScript | ||
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB | ||||||||||
Directus | 21,811 | 50 | 21 minutes ago | 55 | September 22, 2022 | 221 | other | TypeScript | ||
The Modern Data Stack 🐰 — Directus is an instant REST+GraphQL API and intuitive no-code data collaboration app for any SQL database. | ||||||||||
Lowdb | 19,518 | 8,839 | 1,108 | 19 days ago | 62 | September 13, 2021 | 2 | mit | JavaScript | |
Simple to use local JSON database. Use native JavaScript API to query. Written in TypeScript. (supports Node, Electron and the browser) | ||||||||||
Rxdb | 19,275 | 82 | 68 | an hour ago | 312 | September 22, 2022 | 11 | apache-2.0 | TypeScript | |
A fast, offline-first, reactive Database for JavaScript Applications https://rxdb.info/ | ||||||||||
Rqlite | 13,748 | 3 | 2 | 5 hours ago | 42 | April 14, 2021 | 54 | mit | Go | |
The lightweight, distributed relational database built on SQLite | ||||||||||
Postgraphile | 11,955 | 76 | 99 | 7 days ago | 156 | May 25, 2022 | 67 | mit | TypeScript | |
Execute one command (or mount one Node.js middleware) and get an instant high-performance GraphQL API for your PostgreSQL database! | ||||||||||
Node Mongodb Native | 9,777 | 116,995 | 9,592 | 4 hours ago | 406 | September 19, 2022 | 18 | apache-2.0 | TypeScript | |
The Official MongoDB Node.js Driver | ||||||||||
Coolify | 7,889 | 43 minutes ago | 270 | apache-2.0 | Svelte | |||||
An open-source & self-hostable Heroku / Netlify alternative. |
DuckDB-Wasm
DuckDB-Wasm is an in-process analytical SQL database for the browser. It is powered by WebAssembly, speaks Arrow fluently, reads Parquet, CSV and JSON files backed by Filesystem APIs or HTTP requests and has been tested with Chrome, Firefox, Safari and Node.js. Learn more about DuckDB-Wasm from our VLDB publication or the recorded talk.
Try it out at shell.duckdb.org or Observable, read the API documentation, check out the web-app examples, and chat with us on Discord.
DuckDB-Wasm is fast! If you're here for performance numbers, head over to our benchmarks.
Repository Structure
Subproject | Description | Language |
---|---|---|
duckdb_wasm | Wasm Library | C++ |
@duckdb/duckdb-wasm | Typescript API | Typescript |
@duckdb/duckdb-wasm-shell | SQL Shell | Rust |
@duckdb/duckdb-wasm-app | GitHub Page | Typescript |
@duckdb/benchmarks | Benchmarks | Typescript |
@duckdb/react-duckdb | React Hooks | Typescript |