Simple filesystem based key/value db. Provided as golang lib.
- Go 100%
| cmd/migrator | ||
| doc | ||
| tests | ||
| .drone.yml | ||
| .gitignore | ||
| CHANGELOG | ||
| command.go | ||
| db.go | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| node.go | ||
| README.md | ||
| storage.go | ||
| zordfsdb.go | ||
zordfsdb
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).
Development
Run tests:
go test ./...