toondb
The official Rust SDK for ToonDB - an LLM-optimized database with native vector search.
Features
- 🚀 Zero-copy reads - Direct access to memory-mapped data
- 🔍 Native vector search - Built-in HNSW index for embeddings
- 📊 Columnar storage - Efficient for analytical queries
- 🔒 Thread-safe - Safe concurrent access with MVCC
Quick Start
use Database;
Installation
Add to your Cargo.toml:
[]
= "0.1"
SDKs
| Platform | Package | Install |
|---|---|---|
| Rust | toondb |
cargo add toondb |
| Python | toondb-client |
pip install toondb-client |
| JavaScript | toondb-client |
Coming soon |
Documentation
License
Apache-2.0