Simple filesystem based key/value db. Provided as golang lib.
Find a file
Arnas Udovic 5919de0cb2
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
version fix
2026-04-23 06:36:46 +03:00
cmd/migrator added migration framework 2026-04-13 13:35:47 +03:00
doc added migration framework 2026-04-13 13:35:47 +03:00
tests version fix 2026-04-23 06:36:46 +03:00
.drone.yml drone 2024-07-18 22:44:12 +03:00
.gitignore test move 2026-04-23 06:30:07 +03:00
CHANGELOG version fix 2026-04-23 06:36:46 +03:00
command.go quoted fix in templates, allow templates in empty list 2026-04-23 06:21:55 +03:00
db.go test move 2026-04-23 06:30:07 +03:00
go.mod added zip support 2026-03-30 00:28:44 +03:00
go.sum added zip support 2026-03-30 00:28:44 +03:00
LICENSE Initial commit 2024-07-17 13:48:34 +00:00
node.go test move 2026-04-23 06:30:07 +03:00
README.md fix realease badge after forgea update 2026-04-07 14:15:54 +03:00
storage.go added zip support 2026-03-30 00:28:44 +03:00
zordfsdb.go version fix 2026-04-23 06:36:46 +03:00

zordfsdb

Version Build Status

Simple filesystem based key/value db. Provided as golang lib. Main idea is that user knows structure and gets value from known path. For operations that should search or do more should be used Nodes (golang structure).

Documentation

Development

Run tests:

go test ./...