1.1.2 • Published 5 months ago

json-syncdb v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

JSON-syncDB

  • simple solution for database for very small projects
  • works on base of recursive Proxy() watching Object for changes, then changes writes into file

Examples

Example of usage

const { JSONDB } = require("json-syncdb")
var db = new JSONDB("./data.json")

db.data.users = []
db.data.users.push({name: "arnold", age: 22})
1.1.1

5 months ago

1.1.0

5 months ago

1.1.2

5 months ago

1.0.0

5 months ago