starter.db
v0.0.5
Published
A simple JSON database that allows you to interact with it easy.
Readme
sql.db: a Database for starters
Functions of sql.db:
.fetch(userid, variable, valueIfNull(optional), newValue(optional)) - fetchs a variable and gets his value to a let, var, const function.
.add(userid, variable, value) - adds a value to given variable name and user id.
Soon Functions / Planned Functions:
.subtract, .filter, .getSome
