1 unstable release
| new 0.1.0 | Dec 22, 2025 |
|---|
#53 in #database-storage
21KB
84 lines
LolaDB Rust Client - Rust client library for LolaDB
This crate provides a convenient client interface for interacting with LolaDB.
LolaDB Rust Client
Rust client library for LolaDB.
Installation
Add this to your Cargo.toml:
[dependencies]
loladb = "0.1.0"
Usage
use loladb::Client;
fn main() {
// Create a client
let client = Client::new();
// Start the database (prints "Hello World")
client.start();
}
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Dependencies
~78MB
~1.5M SLoC