Simple filesystem based key/value db. Provided as golang lib.
Find a file
Arnas Udovic e6bab7946b
All checks were successful
Backend Build and Test / backend-tasks (push) Successful in 28s
Release and Deploy / release (push) Successful in 29s
add release workflow
2026-06-30 16:19:52 +03:00
.forgejo/workflows add release workflow 2026-06-30 16:19:52 +03:00
cmd added CLI to use from outside 2026-06-19 22:25:43 +03:00
doc added CLI to use from outside 2026-06-19 22:25:43 +03:00
tests fix sorting 2026-06-30 16:17:03 +03:00
.gitignore test move 2026-04-23 06:30:07 +03:00
CHANGELOG fix sorting 2026-06-30 16:17:03 +03:00
command.go quoted fix in templates, allow templates in empty list 2026-04-23 06:21:55 +03:00
db.go fix sorting 2026-06-30 16:17:03 +03:00
go.mod abcex up; bigInt inc/dec fix; forgejo workers 2026-06-13 23:06:56 +03:00
go.sum abcex up; bigInt inc/dec fix; forgejo workers 2026-06-13 23:06:56 +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 abcex up; bigInt inc/dec fix; forgejo workers 2026-06-13 23:06:56 +03:00
storage.go added zip support 2026-03-30 00:28:44 +03:00
zordfsdb.go fix sorting 2026-06-30 16:17:03 +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 ./...