axiodb 2.30.90 → 2.30.91
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 +0 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -260,8 +260,6 @@ We're committed to continuously enhancing AxioDB with cutting-edge features:
|
|
|
260
260
|
|
|
261
261
|
- **Inbuilt Web-Based GUI Dashboard:** Provide a user-friendly, web-based interface similar to PhpMyAdmin for managing databases, collections, and data visually.
|
|
262
262
|
- **Data Export and Import Mechanisms:** Enable seamless export and import of data in various formats like JSON, CSV, and more.
|
|
263
|
-
- **Advanced Indexing:** Implement multi-level indexing for lightning-fast queries.
|
|
264
|
-
- **Replication and Sharding:** Introduce support for distributed data replication and sharding for high availability and scalability.
|
|
265
263
|
- **Improved Query Optimization:** Enhance query performance with advanced optimization techniques.
|
|
266
264
|
- **Data Backup and Restore:** Implement robust backup and restore mechanisms for data safety.
|
|
267
265
|
- **Comprehensive Documentation:** Expand tutorials, examples, and API references for developers.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "axiodb",
|
|
3
|
-
"version": "2.30.
|
|
3
|
+
"version": "2.30.91",
|
|
4
4
|
"description": "A blazing-fast, lightweight, and scalable nodejs package based DBMS for modern application. Supports schemas, encryption, and advanced query capabilities.",
|
|
5
5
|
"main": "./lib/config/DB.js",
|
|
6
6
|
"types": "./lib/config/DB.d.ts",
|