jsalphadb

1.0.2 • Public • Published

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 = require("jsalphadb");
const db = new jsAlphaDB(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/

Install

npm i jsalphadb

DownloadsWeekly Downloads

1

Version

1.0.2

License

WTFPL

Last publish

Collaborators

  • damianmcclure