| Crates.io | anbar |
| lib.rs | anbar |
| version | 0.1.0 |
| created_at | 2025-11-04 13:39:34.051964+00 |
| updated_at | 2025-11-04 13:39:34.051964+00 |
| description | A simple local database solution crate. |
| homepage | |
| repository | https://github.com/el-lob0/anbar |
| max_upload_size | |
| id | 1916268 |
| size | 19,602 |
-# This is a fork of (brudb)[https://github.com/AnasDEV2005/brudb.git]
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.
(wip)
Also read the example/src/main.rs for a better idea of functionality.