nedb-engine 2.0.32 → 2.0.36
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 +4 -6
- package/nedb.darwin-arm64.node +0 -0
- package/nedb.darwin-x64.node +0 -0
- package/nedb.linux-x64-gnu.node +0 -0
- package/nedb.win32-x64-msvc.node +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ One Rust core → ships to **PyPI** and **npm** from a single source.
|
|
|
9
9
|
|
|
10
10
|
[](https://pypi.org/project/nedb-engine/)
|
|
11
11
|
[](https://www.npmjs.com/package/nedb-engine)
|
|
12
|
-
[](https://github.com/
|
|
12
|
+
[](https://github.com/aiassistsecure/nedb/actions)
|
|
13
13
|
[](https://pypi.org/project/nedb-engine-client/)
|
|
14
14
|
[](https://www.npmjs.com/package/nedb-engine-client)
|
|
15
15
|
|
|
@@ -437,7 +437,7 @@ docs/ index.html reference.html SPEC.md
|
|
|
437
437
|
|
|
438
438
|
Prompt-to-database scaffolding GUI with schema graph, NQL console, time-travel slider, causal provenance panel, and MongoDB/SQL/Redis tabs. Deploy from a description, query live data, edit inline.
|
|
439
439
|
|
|
440
|
-
**[studio.interchained.org](https://studio.interchained.org)** · **[github.com/
|
|
440
|
+
**[studio.interchained.org](https://studio.interchained.org)** · **[github.com/aiassistsecure/nedb-studio](https://github.com/aiassistsecure/nedb-studio)** (GPLv3)
|
|
441
441
|
|
|
442
442
|
---
|
|
443
443
|
|
|
@@ -445,10 +445,8 @@ Prompt-to-database scaffolding GUI with schema graph, NQL console, time-travel s
|
|
|
445
445
|
|
|
446
446
|
| Repo | Description |
|
|
447
447
|
|---|---|
|
|
448
|
-
| [
|
|
449
|
-
| [
|
|
450
|
-
| [aiassistsecure/nedb](https://github.com/aiassistsecure/nedb) | Production mirror |
|
|
451
|
-
| [aiassistsecure/nedb-studio](https://github.com/aiassistsecure/nedb-studio) | Production mirror — studio |
|
|
448
|
+
| [aiassistsecure/nedb](https://github.com/aiassistsecure/nedb) | Source — engine, Rust core, CI |
|
|
449
|
+
| [aiassistsecure/nedb-studio](https://github.com/aiassistsecure/nedb-studio) | Studio UI (GPLv3) |
|
|
452
450
|
|
|
453
451
|
**Packages:** [PyPI nedb-engine](https://pypi.org/project/nedb-engine/) · [npm nedb-engine](https://www.npmjs.com/package/nedb-engine)
|
|
454
452
|
|
|
Binary file
|
|
Binary file
|
package/nedb.linux-x64-gnu.node
CHANGED
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nedb-engine",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.36",
|
|
4
4
|
"description": "NEDB — hash-chained, time-traveling, bi-temporal embedded database with Rust native core. SQL, Redis, MongoDB adapters. Causal Write Provenance. RESP2 wire protocol.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|