This commit is contained in:
2025-04-19 09:02:35 +02:00
parent 9c7baa3b4e
commit 56f73e5802
32 changed files with 60 additions and 2606 deletions

View File

@@ -7,7 +7,12 @@ A database library built on top of sled with model support.
## example
```bash
cargo run --bin dbexample2
#test for mcc module
cargo run --bin dbexample_mcc
#test for governance module
cargo run --bin dbexample_gov
#test for products
cargo run --bin dbexample_prod
```
## Features