axiodb 2.31.97 → 2.31.98
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 +2 -2
- package/Scripts/versionController.sh +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# AxioDB: The Next-Generation Caching Database for Node.js
|
|
2
2
|
|
|
3
3
|
[](https://badge.fury.io/js/axiodb)
|
|
4
|
-
[](https://github.com/Nexoral/AxioDB/actions/workflows/github-code-scanning/codeql)
|
|
5
5
|
[](https://socket.dev/npm/package/axiodb)
|
|
6
|
-
[](https://github.com/Nexoral/AxioDB/actions/workflows/Push.yml)
|
|
7
7
|
|
|
8
8
|
> **AxioDB** is a blazing-fast, production-ready caching database designed for modern Node.js applications, APIs, and frontend frameworks. It combines intelligent memory management, secure file-based storage, and seamless integration with a developer-friendly API. AxioDB was created to solve the pain points of traditional cache management, manual file I/O, and unreliable global object storage—delivering a simple, fast, and reliable solution for projects of any size.
|
|
9
9
|
|
|
@@ -14,7 +14,7 @@ NC='\033[0m' # No Color
|
|
|
14
14
|
LOCAL_PACKAGE_JSON="package.json"
|
|
15
15
|
|
|
16
16
|
# Remote package.json URL
|
|
17
|
-
REMOTE_URL="https://raw.githubusercontent.com/
|
|
17
|
+
REMOTE_URL="https://raw.githubusercontent.com/Nexoral/AxioDB/main/package.json"
|
|
18
18
|
|
|
19
19
|
echo "AxioDB Version Controller"
|
|
20
20
|
echo "========================="
|
|
@@ -78,7 +78,7 @@ else
|
|
|
78
78
|
read -p "Would you like to open the GitHub repository? (y/n): " -n 1 -r
|
|
79
79
|
echo
|
|
80
80
|
if [[ $REPLY =~ ^[Yy]$ ]]; then
|
|
81
|
-
"$BROWSER" "https://github.com/
|
|
81
|
+
"$BROWSER" "https://github.com/Nexoral/AxioDB"
|
|
82
82
|
fi
|
|
83
83
|
exit 1
|
|
84
84
|
fi
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "axiodb",
|
|
3
|
-
"version": "2.31.
|
|
3
|
+
"version": "2.31.98",
|
|
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",
|