Files
dimgigov a13cee8a0f feat(simpledb): file-backed key-value database with CLI
- Add SimpleDB: plain-text key=value store with get/set/del/has/keys/count
- Fix lib/Fmt.bux: replace *(ptr+N) pointer arithmetic with ptr[N] indexing
- Fix lib/crypto/jwt.bux: use alg.tag directly instead of int-comparison
2026-06-08 12:26:24 +03:00

9 lines
162 B
TOML

[Package]
Name = "simpledb"
Version = "0.1.0"
Type = "bin"
Description = "SimpleDB — file-backed JSON key-value database for Bux"
[Build]
Output = "Bin"