loladb-core

Crates.iololadb-core
lib.rsloladb-core
version0.1.0
created_at2025-12-22 20:42:06.685249+00
updated_at2025-12-22 20:42:06.685249+00
descriptionCore database engine for LolaDB
homepagehttps://github.com/asuta274/loladb
repositoryhttps://github.com/asuta274/loladb
max_upload_size
id2000238
size273,647
Viet Anh To (asuta274)

documentation

README

LolaDB Core

The core database engine for LolaDB.

Usage

use core::start;

fn main() {
    start(); // Prints "Hello World"
}

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

Commit count: 0

cargo fmt