zordfsdb/README.md

27 lines
726 B
Markdown
Raw Normal View History

2024-07-17 13:48:34 +00:00
# zordfsdb
2024-07-18 19:44:12 +00:00
[![Build Status](https://drone.arns.lt/api/badges/zordsdavini/zordfsdb/status.svg)](https://drone.arns.lt/zordsdavini/zordfsdb)
2024-07-18 09:40:53 +00:00
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