1.0.6 • Published 6 years ago

@modscleo4/jsdb v1.0.6

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
6 years ago

JSDB - JSON Database Manager

What is JSDB?

JSDB is a project to create a Node.js database manager which supports SQL. Built on JavaScript, the JSDB uses JSON to store database data.

The JSDB Server and Client source code is licensed under Apache 2 License

Installation

To install JSDB from GitHub (latest build), clone this repo and install with NPM:

$ git clone https://github.com/modscleo4/jsdb.git
$ npm install -g jsdb

Or

$ npm install -g modscleo4/jsdb

For stable releases, install from NPM

$ npm install -g @modscleo4/jsdb

Run

After installed, you can run JSDB just typing

$ jsdb (-d) <dir> (-p) <port> (-N) (-Z)

Where args are:

ShortExtendedDescription
-d--dirWhich dir to work on
-p--portWhat port to listen
-N--noAuthRun without authentication
-Z--createZipEnable backup system

Issues and suggestions

Use the Issues page to send bug reports and suggestions for new features

Contributing

Feel free to fork and send Pull Requests to JSDB Server and Client projects, I'll love to see new contributions for these projects!

Client

The official JSDB client is available at https://github.com/modscleo4/jsdbclient

1.0.6

6 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago