Skip to content

youhengzhou/jsoneng-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!