textsyntaxdb
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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').

Readme

Keywords

Package Sidebar

Install

npm i textsyntaxdb

Weekly Downloads

0

Version

1.1.0

License

ISC

Unpacked Size

3.66 kB

Total Files

4

Last publish

Collaborators

  • lrs35211