axiodb 3.31.105 → 3.31.106

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 (1) hide show
  1. package/package.json +39 -31
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "axiodb",
3
- "version": "3.31.105",
4
- "description": "A blazing-fast, lightweight, and scalable nodejs package based DBMS for modern application. Supports schemas, encryption, and advanced query capabilities.",
3
+ "version": "3.31.106",
4
+ "description": "The Pure JavaScript Alternative to SQLite. Embedded NoSQL database for Node.js with MongoDB-style queries, zero native dependencies, built-in InMemoryCache, and web GUI. Perfect for desktop apps, CLI tools, and embedded systems. No compilation, no platform issues—pure JavaScript from npm install to production.",
5
5
  "main": "./lib/config/DB.js",
6
6
  "types": "./lib/config/DB.d.ts",
7
7
  "scripts": {
@@ -10,35 +10,43 @@
10
10
  "lint": "eslint ."
11
11
  },
12
12
  "keywords": [
13
+ "axiodb",
13
14
  "database",
14
- "dbms",
15
- "json database",
16
- "json db",
17
- "file-based database",
18
- "lightweight database",
19
- "secure database",
20
- "schema validation",
21
- "data encryption",
22
- "aggregation pipelines",
23
- "nodejs database",
24
- "high-performance database",
25
- "in-memory cache",
26
- "query optimization",
27
- "modern database solution",
28
- "fast database",
29
- "scalable database",
30
- "nodejs dbms",
31
- "database management system",
32
- "cloud-ready database",
33
- "developer-friendly database",
34
- "open-source database",
35
- "typescript database",
36
- "fastify database integration",
37
- "schema-based database",
38
- "encrypted database",
39
- "real-time database",
40
- "portable database",
41
- "lightweight dbms"
15
+ "nosql",
16
+ "embedded-database",
17
+ "sqlite-alternative",
18
+ "mongodb-queries",
19
+ "file-database",
20
+ "json-database",
21
+ "nodejs",
22
+ "typescript",
23
+ "zero-dependencies",
24
+ "no-native-bindings",
25
+ "in-memory-cache",
26
+ "caching",
27
+ "encryption",
28
+ "aes-256",
29
+ "schema-validation",
30
+ "aggregation",
31
+ "aggregation-pipeline",
32
+ "bulk-operations",
33
+ "worker-threads",
34
+ "multi-core",
35
+ "desktop-app",
36
+ "cli-tool",
37
+ "electron",
38
+ "web-gui",
39
+ "database-gui",
40
+ "query-builder",
41
+ "chainable-api",
42
+ "fluent-api",
43
+ "fast",
44
+ "lightweight",
45
+ "scalable",
46
+ "production-ready",
47
+ "developer-friendly",
48
+ "open-source",
49
+ "cross-platform"
42
50
  ],
43
51
  "author": "Ankan Saha",
44
52
  "license": "MIT",
@@ -69,4 +77,4 @@
69
77
  "npm": ">=6.0.0",
70
78
  "yarn": ">=1.0.0"
71
79
  }
72
- }
80
+ }