axiodb 2.10.16 → 2.10.20-stable
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 -0
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -3,9 +3,12 @@
|
|
|
3
3
|
[](https://badge.fury.io/js/axiodb)
|
|
4
4
|
[](https://github.com/AnkanSaha/AxioDB/actions/workflows/github-code-scanning/codeql)
|
|
5
5
|
[](https://dl.circleci.com/status-badge/redirect/gh/AnkanSaha/AxioDB/tree/main)
|
|
6
|
+
[](https://socket.dev/npm/package/axiodb)
|
|
6
7
|
|
|
7
8
|
AxioDB is a blazing-fast, lightweight, and scalable open-source Database Management System (DBMS) tailored for modern applications. It supports `.axiodb` file-based data storage, offers intuitive APIs, and ensures secure data management. AxioDB is the ultimate solution for developers seeking efficient, flexible, and production-ready database solutions.
|
|
8
9
|
|
|
10
|
+
👉 **[Official Documentation](https://axiodb.site/)**: Access the full power of AxioDB with detailed guides, examples, and API references.
|
|
11
|
+
|
|
9
12
|
## 🌐 Table of Contents
|
|
10
13
|
|
|
11
14
|
- [🚀 Features](#-features)
|
package/package.json
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "axiodb",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.20-stable",
|
|
4
4
|
"description": "A blazing-fast, lightweight, and scalable nodejs package based DBMS for modern applications. Supports schemas, encryption, and advanced query capabilities.",
|
|
5
5
|
"main": "./lib/config/DB.js",
|
|
6
6
|
"types": "./lib/config/DB.d.ts",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"test": "echo 'Test script Succesful'",
|
|
9
9
|
"build": "tsc",
|
|
10
|
-
"prepare": "npm run build",
|
|
11
10
|
"lint": "eslint ."
|
|
12
11
|
},
|
|
13
12
|
"keywords": [
|
|
@@ -65,4 +64,4 @@
|
|
|
65
64
|
"npm": ">=6.0.0",
|
|
66
65
|
"yarn": ">=1.0.0"
|
|
67
66
|
}
|
|
68
|
-
}
|
|
67
|
+
}
|