APIs & Tooling¶
Uni provides first-class Rust and Python APIs, plus a CLI for exploration and scripting.
What It Provides¶
- Rust async API (
uni_dbcrate). - Python sync and async APIs (
uni_dbmodule). - CLI with REPL, query, and snapshot commands.
Example¶
Use Cases¶
- Rust services and embedded apps.
- Python data pipelines and notebooks.
- Interactive exploration via
uni repl.
When To Use¶
Use the Rust API for low-latency services and the Python API for analytics or ML workflows. The CLI is great for quick inspection and demos.