json-database-st 2.0.1 → 2.0.2
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 +3 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](https://www.npmjs.com/package/json-database-st)
|
|
5
5
|
[](https://opensource.org/licenses/MIT)
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
A high-performance, lightweight, and secure JSON-based database engine for Node.js. Designed for applications that need reliable data persistence, atomic operations, and encryption without the overhead of a full SQL server.
|
|
8
8
|
|
|
9
9
|
## 🚀 Key Features
|
|
10
10
|
|
|
@@ -47,15 +47,11 @@ run();
|
|
|
47
47
|
|
|
48
48
|
## 📖 Documentation
|
|
49
49
|
|
|
50
|
-
Full documentation
|
|
51
|
-
|
|
52
|
-
- Use `encryptionKey` for all financial records.
|
|
53
|
-
- Use `paginate()` for transaction history lists.
|
|
54
|
-
- Use `createSnapshot('daily')` for automated backups.
|
|
50
|
+
Full documentation, API references, and benchmarks are available on the **[Home Page](https://sethunthunder111.github.io/json-database-st/)**.
|
|
55
51
|
|
|
56
52
|
## 🤝 Contributing
|
|
57
53
|
|
|
58
|
-
Built by **SethunThunder
|
|
54
|
+
Built by **SethunThunder**.
|
|
59
55
|
|
|
60
56
|
## 🚀 Performance (v2.0)
|
|
61
57
|
|
package/package.json
CHANGED