Skip to content

Commit

Permalink
Add jsoning
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagorangel2011 committed Apr 5, 2023
1 parent 4265821 commit 7d138ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
> 🍩 **Note:** If you want a database with more features (e.g. math, etc.), I hightly recommend you looking at [jsoning](https://github.com/khalby786/jsoning) by [@khalby786](https://github.com/khalby786)

<img src="https://user-images.githubusercontent.com/70700766/196008415-77fb1306-c178-4d7b-88fb-a0888d926171.png" width="300" alt="qjson-db: Dead simple JSON database">

***
Expand Down Expand Up @@ -46,4 +49,4 @@ This will return a copy of the internal JSON storage object.
### Replace JSON storage
`db.JSON({ data });`

Giving a parameter to the `JSON` function makes the object passed replace the internal one. _Be careful, as there's no way to recover the old object if the changes have already been written to disk._
Giving a parameter to the `JSON` function makes the object passed replace the internal one. _Be careful, as there's no way to recover the old object if the changes have already been written to disk._

0 comments on commit 7d138ab

Please sign in to comment.