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
- Host: GitHub
- URL: https://github.com/sdkks/awesome-localdb
- Owner: sdkks
- License: mit
- Created: 2026-06-03T03:46:33.000Z (22 days ago)
- Default Branch: main
- Last Pushed: 2026-06-15T14:26:12.000Z (10 days ago)
- Last Synced: 2026-06-15T16:16:10.059Z (9 days ago)
- Topics: awesome, awesome-database, awesome-db, awesome-embedded, awesome-list, awesome-localstack, curated, curated-list, duckdb, lancedb, rocksdb, sqlite, sqlite3
- Language: Python
- Homepage:
- Size: 25.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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).