Release 1: All features working
nBase is fully functional, with support for .ndb and .ndbs files, respectively key-value stores and groups of key-value stores.
WARNING: Do not use ";", or any character used in json syntax, in keys or values. This will cause problems, either directly or when trying to get a json from a store.
Syntax reference (will be included in a help command with next release):
nbase usage_case name [command] [option | key | key value...]
usage_case
init
: Create a newname
.ndb fileinits
: Create a newname
.ndbs filewith
: Usename
.ndb for acommand
withs
: Usename
.ndbs for acommand
command (.ndb)
push
: Add thekey
value
pairpushmany
: Add all followingkey
value
pairspull
: Get the value associated withkey
edit
: Editkey
to be associated withvalue
pop
: Remove the pair with keykey
json
: Get a json file of the store
command (.ndbs)
add
: Add theoption
.ndb file to thename
.ndbs groupjson
: Get a json file of the group