| Crates.io | loladb |
| lib.rs | loladb |
| version | 0.1.0 |
| created_at | 2025-12-22 20:59:03.21755+00 |
| updated_at | 2025-12-22 20:59:03.21755+00 |
| description | Rust client library for LolaDB |
| homepage | https://github.com/asuta274/loladb |
| repository | https://github.com/asuta274/loladb |
| max_upload_size | |
| id | 2000253 |
| size | 74,793 |
Rust client library for LolaDB.
Add this to your Cargo.toml:
[dependencies]
loladb = "0.1.0"
use loladb::Client;
fn main() {
// Create a client
let client = Client::new();
// Start the database (prints "Hello World")
client.start();
}
Licensed under either of Apache License, Version 2.0 or MIT license at your option.