brackets-json-db 0.1.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# brackets-json-db
|
|
2
|
+
|
|
3
|
+
This implementation of the [`CrudInterface`](https://drarig29.github.io/brackets-docs/reference/manager/interfaces/CrudInterface.html) uses [node-json-db](https://github.com/Belphemur/node-json-db) to use a JSON file as a database.
|
|
4
|
+
|
|
5
|
+
This is used in the tests of the [manager](https://github.com/Drarig29/brackets-manager.js).
|