loladb

Crates.iololadb
lib.rsloladb
version0.1.0
created_at2025-12-22 20:59:03.21755+00
updated_at2025-12-22 20:59:03.21755+00
descriptionRust client library for LolaDB
homepagehttps://github.com/asuta274/loladb
repositoryhttps://github.com/asuta274/loladb
max_upload_size
id2000253
size74,793
Viet Anh To (asuta274)

documentation

README

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.

Commit count: 0

cargo fmt