Simple filesystem based key/value db. Provided as golang lib.
Find a file
Arnas Udovic 853b8d8929
Some checks failed
continuous-integration/drone Build is failing
drone
2024-07-18 22:44:12 +03:00
testdata Init, Get, GetNode, Inc, Dec 2024-07-18 12:40:53 +03:00
.drone.yml drone 2024-07-18 22:44:12 +03:00
.gitignore Init, Get, GetNode, Inc, Dec 2024-07-18 12:40:53 +03:00
CHANGELOG Changelog 2024-07-18 13:57:46 +03:00
go.mod Init, Get, GetNode, Inc, Dec 2024-07-18 12:40:53 +03:00
go.sum Init, Get, GetNode, Inc, Dec 2024-07-18 12:40:53 +03:00
LICENSE Initial commit 2024-07-17 13:48:34 +00:00
README.md drone 2024-07-18 22:44:12 +03:00
zordfsdb.go Save, Del, Now, Keys 2024-07-18 13:53:28 +03:00
zordfsdb_test.go Save, Del, Now, Keys 2024-07-18 13:53:28 +03:00

zordfsdb

Build Status

Simple filesystem based key/value db. Provided as golang lib.

Configuration

Init root directory

Supported command

  • GET - to get value. Depends on return type. Can be single value or map (to object or to list of object)
  • INS - insert object into list
  • SAVE - update value or object. Depends on path
  • INC - increase abcex value
  • DEC - decrease abcex value
  • NOW - save current datetime
  • DEL - delete
  • KEYS - return possible keys

dictionary

  • object - directory of key/value
  • list - directory of objects named by abcex as key
  • path - path to key or object or list