jsql-neo 1.3.0 → 2.0.1

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jsql-neo",
3
- "version": "1.3.0",
4
- "description": "JSQL — Pure JavaScript embedded database. SQL-like API, zero native dependencies, file-based or in-memory storage.",
3
+ "version": "2.0.1",
4
+ "description": "JSQL-NEO — Pure JavaScript embedded database with B-Tree indexes, WAL, hash JOIN, and MySQL-style error codes",
5
5
  "main": "index.js",
6
6
  "files": [
7
7
  "index.js",
@@ -19,7 +19,11 @@
19
19
  "nosql",
20
20
  "sql-like",
21
21
  "in-memory",
22
- "file-based"
22
+ "file-based",
23
+ "btree",
24
+ "wal",
25
+ "index",
26
+ "query-optimizer"
23
27
  ],
24
28
  "author": "Vexify",
25
29
  "license": "Apache-2.0",