https://github.com/youhengzhou/jsoneng-js
Local JSON file based database engine created for NodeJS
https://github.com/youhengzhou/jsoneng-js
javascript javascript-library json json-database npm npm-package
Last synced: 10 months ago
JSON representation
Local JSON file based database engine created for NodeJS
- Host: GitHub
- URL: https://github.com/youhengzhou/jsoneng-js
- Owner: youhengzhou
- License: mit
- Created: 2022-12-03T20:36:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-29T03:56:30.000Z (over 2 years ago)
- Last Synced: 2025-06-11T00:11:23.328Z (10 months ago)
- Topics: javascript, javascript-library, json, json-database, npm, npm-package
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/jsoneng
- Size: 45.9 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.

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

Mock generated data in the created `jdb.json` file

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