zordfsdb/README.md
Arnas Udovic 853b8d8929
Some checks failed
continuous-integration/drone Build is failing
drone
2024-07-18 22:44:12 +03:00

726 B

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