json-database-st 2.0.0 → 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.
Files changed (2) hide show
  1. package/README.md +3 -14
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,9 +4,7 @@
4
4
  [![NPM Downloads](https://img.shields.io/npm/dm/json-database-st.svg)](https://www.npmjs.com/package/json-database-st)
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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
- Designed for Node.js applications that need data persistence without the complexity of SQL servers.
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.
10
8
 
11
9
  ## 🚀 Key Features
12
10
 
@@ -49,20 +47,11 @@ run();
49
47
 
50
48
  ## 📖 Documentation
51
49
 
52
- Full documentation is available in the `website/docs.html` file included in this repository.
53
-
54
- ## 🏗️ Project Ares Integration
55
-
56
- This database is optimized for the **ST Financial Engine**.
57
-
58
- - Use `encryptionKey` for all financial records.
59
- - Use `paginate()` for transaction history lists.
60
- - 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/)**.
61
51
 
62
52
  ## 🤝 Contributing
63
53
 
64
- Built by **SethunThunder** for the ST Empire.
65
- Laybon Gold 1.5 Assisted.
54
+ Built by **SethunThunder**.
66
55
 
67
56
  ## 🚀 Performance (v2.0)
68
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "json-database-st",
3
- "version": "2.0.0",
3
+ "version": "2.0.02",
4
4
  "description": "A simple, promise-based JSON file database for Node.js with atomic operations and lodash integration.",
5
5
  "main": "JSONDatabase.js",
6
6
  "types": "JSONDatabase.d.ts",