jsoneng

1.1.10 • Public • Published

JSON Database Engine JavaScript Edition

This is a json database create, read, update, delete engine for JavaScript. It is useful for saving text, logs, and data to a local cold storage, best used for debugging or quickly create lightweight database applications.

Please refer to: https://github.com/youhengzhou/jsoneng-js for the Github project repo

Please refer to: https://github.com/youhengzhou/sample-jsoneng-tutorial for a NodeJS express to html communication usage tutorial

Please refer to: https://www.npmjs.com/package/jsoneng for the NPM package

All the default use cases, create, read, update, delete, print that uses jdb as the default database folder name.

image

Create a mock database with character names as the mock generated data

image

Mock generated data in the created jdb.json file

image

Feel free to use npm i jsoneng -U to use, and I welcome you to leave your thoughts and suggestions on the issues tab!

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i jsoneng

      Weekly Downloads

      0

      Version

      1.1.10

      License

      MIT

      Unpacked Size

      11.5 kB

      Total Files

      6

      Last publish

      Collaborators

      • youhengzhou