An open API service indexing awesome lists of open source software.

https://github.com/sdkks/awesome-localdb

Awesome Local DBs collections
https://github.com/sdkks/awesome-localdb

List: awesome-localdb

awesome awesome-database awesome-db awesome-embedded awesome-list awesome-localstack curated curated-list duckdb lancedb rocksdb sqlite sqlite3

Last synced: about 19 hours ago
JSON representation

Awesome Local DBs collections

Awesome Lists containing this project

README

          

# Awesome Local DB

A curated collection of local and embedded databases — databases you can import as a library, link into your binary, or use without running a separate server or daemon.

Each entry includes idiomatic code examples in the database's native language ecosystems, so you can go from browsing to building in minutes.

## How to Use

**Browse the catalog** at **[awesome-localdb.sdkks.com](https://awesome-localdb.sdkks.com)** — filter by category, language, license, and more, or walk the decision tree to find the right database for your project.

**Explore examples** by browsing the [`databases/`](databases/) directory. Each database has a `README.md` with inline code snippets and self-contained example projects in its supported languages.

**Contribute** — see [`CONTRIBUTING.md`](CONTRIBUTING.md) to add a new database or examples for a new language.

## Categories

| Category | Databases |
|----------|-----------|
| Relational | SQLite, libSQL, H2 |
| Key-Value | RocksDB, LMDB, LevelDB, redb, bbolt |
| Document | TinyDB, Ejdb2, PouchDB, RxDB, LiteDB |
| Vector | LanceDB, Milvus Lite, ChromaDB, sqlite-vec |
| Graph | Kuzu, CozoDB |
| OLAP | DuckDB, chDB |
| Multi-Model | SurrealDB |
| Time-Series | NanoTS |
| Search | Tantivy, Bleve |

## License

MIT — see [LICENSE](LICENSE).