anbar

Crates.ioanbar
lib.rsanbar
version0.1.0
created_at2025-11-04 13:39:34.051964+00
updated_at2025-11-04 13:39:34.051964+00
descriptionA simple local database solution crate.
homepage
repositoryhttps://github.com/el-lob0/anbar
max_upload_size
id1916268
size19,602
Anas (el-lob0)

documentation

README

Rust crate for local database storage

-# This is a fork of (brudb)[https://github.com/AnasDEV2005/brudb.git]


Functionality:

This crate consists of 2 main structs; ColumnDB and SimpleDB.
SimpleDB is a simple 2 column key value storage solution. You can create files, add keys, values delete them, edit them.
While ColumnDB is for storing data with multiple columns. In addition to what is doable in SImpleDB, you can also add full rows and columns, select a certain range to make a new database, and delete rows or columns.


Doc

(wip)

Also read the example/src/main.rs for a better idea of functionality.

Commit count: 0

cargo fmt