axiodb 2.13.41 → 2.13.42
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 -41
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,6 @@ AxioDB is a blazing-fast, lightweight, and scalable open-source Database Managem
|
|
|
14
14
|
- [🚀 Features](#-features)
|
|
15
15
|
- [⚠️ Current Limitations](#-current-limitations)
|
|
16
16
|
- [🔮 Future Plans](#-future-plans)
|
|
17
|
-
- [🐳 AxioDB Docker - Under Development](#-axiodb-docker---under-development)
|
|
18
17
|
- [📦 Installation](#-installation)
|
|
19
18
|
- [🛠️ Usage](#-usage)
|
|
20
19
|
- [🌟 Advanced Features](#-advanced-features)
|
|
@@ -71,46 +70,6 @@ We're committed to continuously enhancing AxioDB with cutting-edge features:
|
|
|
71
70
|
|
|
72
71
|
---
|
|
73
72
|
|
|
74
|
-
## 🐳 AxioDB Docker - Under Development
|
|
75
|
-
|
|
76
|
-
<div align="center">
|
|
77
|
-
<img src="https://www.docker.com/wp-content/uploads/2022/03/Moby-logo.png" alt="Docker Logo" width="100" />
|
|
78
|
-
<img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" alt="GitHub Logo" width="80" style="margin-left: 30px;" />
|
|
79
|
-
</div>
|
|
80
|
-
|
|
81
|
-
We're excited to announce that work is in progress on **AxioDB-Docker Image** to extend the power of AxioDB to non-JavaScript languages!
|
|
82
|
-
|
|
83
|
-
### What to Expect:
|
|
84
|
-
|
|
85
|
-
- **Multi-Protocol Support:** Connect via TCP, HTTP, gRPC, or WebSocket ports
|
|
86
|
-
- **Web-Based GUI Management Dashboard:** Easily manage your databases visually
|
|
87
|
-
- **Multi-User System with Authentication:** Secure access controls for your data
|
|
88
|
-
- **Language-Agnostic Integration:** Use AxioDB with Python, Java, Go, and more
|
|
89
|
-
- **Containerized Deployment:** Simple setup in any environment that supports Docker
|
|
90
|
-
|
|
91
|
-
### Early Access:
|
|
92
|
-
|
|
93
|
-
While this feature is still under development, you can try out early versions:
|
|
94
|
-
|
|
95
|
-
<div align="center">
|
|
96
|
-
|
|
97
|
-
[](https://hub.docker.com/r/theankansaha/axiodb)
|
|
98
|
-
[](https://github.com/AnkanSaha/AxioDB-Docker/pkgs/container/axiodb)
|
|
99
|
-
|
|
100
|
-
</div>
|
|
101
|
-
|
|
102
|
-
```bash
|
|
103
|
-
# Pull from Docker Hub
|
|
104
|
-
docker pull theankansaha/axiodb:latest
|
|
105
|
-
|
|
106
|
-
# Or pull from GitHub Packages
|
|
107
|
-
docker pull ghcr.io/ankansaha/axiodb:latest
|
|
108
|
-
```
|
|
109
|
-
|
|
110
|
-
Stay tuned for more updates on this exciting expansion of AxioDB's capabilities!
|
|
111
|
-
|
|
112
|
-
---
|
|
113
|
-
|
|
114
73
|
## 📦 Installation
|
|
115
74
|
|
|
116
75
|
Install AxioDB via npm:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "axiodb",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.42",
|
|
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",
|