1.1.0 • Published 6 months ago

textsyntaxdb v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

textdb

A database system

This database uses TDB syntax. It looks like this.

headerlessKey=sdiufghg
{part}
key=3giuvfhiug

Using the module

To start, initialize the module by using let db = new DB('data.tdb').
Then make a few commands to the database by using DB.write('hello','world','yes').
You can read out the value by running console.log(DB.read()). You can also make headerless keys by running DB.write(null,'hello','world').

1.1.0

6 months ago

1.0.0

9 months ago