jsalphadb
Database system for NodeJS & Port of phpAlphaDB Version: 1.0
Installation
I recommend you install from NPM
npm install jsalphadb
Put this at the top of your javascript file.
var key = "Something"; // The secret key, though theres no point to changing it.var ext = ".4db"; // The extension of the database. const jsAlphaDB = ;const db = key ext;
Make sure node is allowed to write to the filesystem.
Description
This is a JavaScript Remake of the flatfile database system made by JQuery
The purpose is to create a basic, easy to learn & use flat database system for applications
License
WTFPL - http://www.wtfpl.net/