json-database-st 2.0.0 → 2.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 +1 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
[](https://www.npmjs.com/package/json-database-st)
|
|
5
5
|
[](https://opensource.org/licenses/MIT)
|
|
6
6
|
|
|
7
|
-
The high-performance, secure, JSON-based database engine powering **Project Ares** and the **ST Conglomerate**.
|
|
8
|
-
|
|
9
7
|
Designed for Node.js applications that need data persistence without the complexity of SQL servers.
|
|
10
8
|
|
|
11
9
|
## 🚀 Key Features
|
|
@@ -51,18 +49,13 @@ run();
|
|
|
51
49
|
|
|
52
50
|
Full documentation is available in the `website/docs.html` file included in this repository.
|
|
53
51
|
|
|
54
|
-
## 🏗️ Project Ares Integration
|
|
55
|
-
|
|
56
|
-
This database is optimized for the **ST Financial Engine**.
|
|
57
|
-
|
|
58
52
|
- Use `encryptionKey` for all financial records.
|
|
59
53
|
- Use `paginate()` for transaction history lists.
|
|
60
54
|
- Use `createSnapshot('daily')` for automated backups.
|
|
61
55
|
|
|
62
56
|
## 🤝 Contributing
|
|
63
57
|
|
|
64
|
-
Built by **SethunThunder**
|
|
65
|
-
Laybon Gold 1.5 Assisted.
|
|
58
|
+
Built by **SethunThunder**
|
|
66
59
|
|
|
67
60
|
## 🚀 Performance (v2.0)
|
|
68
61
|
|
package/package.json
CHANGED