nedb-engine 2.0.32__tar.gz → 2.0.34__tar.gz
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.
- {nedb_engine-2.0.32 → nedb_engine-2.0.34}/PKG-INFO +5 -7
- {nedb_engine-2.0.32 → nedb_engine-2.0.34}/README.md +4 -6
- {nedb_engine-2.0.32 → nedb_engine-2.0.34}/pyproject.toml +1 -1
- {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/__init__.py +1 -1
- {nedb_engine-2.0.32 → nedb_engine-2.0.34}/.gitignore +0 -0
- {nedb_engine-2.0.32 → nedb_engine-2.0.34}/LICENSE +0 -0
- {nedb_engine-2.0.32 → nedb_engine-2.0.34}/client/node/README.md +0 -0
- {nedb_engine-2.0.32 → nedb_engine-2.0.34}/client/python/README.md +0 -0
- {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/autoindex.py +0 -0
- {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/backends/__init__.py +0 -0
- {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/backends/redis_backend.py +0 -0
- {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/cascade.py +0 -0
- {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/concurrent.py +0 -0
- {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/crypto.py +0 -0
- {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/engine.py +0 -0
- {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/index.py +0 -0
- {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/log.py +0 -0
- {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/merkle.py +0 -0
- {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/mongo.py +0 -0
- {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/query.py +0 -0
- {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/redis_compat.py +0 -0
- {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/relations.py +0 -0
- {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/resp2.py +0 -0
- {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/server.py +0 -0
- {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/snapshot.py +0 -0
- {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/sql.py +0 -0
- {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/store.py +0 -0
- {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/wrap_redis.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nedb-engine
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.34
|
|
4
4
|
Summary: NEDB — a versioned, self-compressing, time-traveling embedded database (replay-protected, idempotent, relational, searchable) with durable AOF persistence and a server daemon (nedbd).
|
|
5
5
|
Project-URL: Homepage, https://github.com/Eth-Interchained/nedb
|
|
6
6
|
Project-URL: Repository, https://github.com/Eth-Interchained/nedb
|
|
@@ -28,7 +28,7 @@ One Rust core → ships to **PyPI** and **npm** from a single source.
|
|
|
28
28
|
|
|
29
29
|
[](https://pypi.org/project/nedb-engine/)
|
|
30
30
|
[](https://www.npmjs.com/package/nedb-engine)
|
|
31
|
-
[](https://github.com/
|
|
31
|
+
[](https://github.com/aiassistsecure/nedb/actions)
|
|
32
32
|
[](https://pypi.org/project/nedb-engine-client/)
|
|
33
33
|
[](https://www.npmjs.com/package/nedb-engine-client)
|
|
34
34
|
|
|
@@ -456,7 +456,7 @@ docs/ index.html reference.html SPEC.md
|
|
|
456
456
|
|
|
457
457
|
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.
|
|
458
458
|
|
|
459
|
-
**[studio.interchained.org](https://studio.interchained.org)** · **[github.com/
|
|
459
|
+
**[studio.interchained.org](https://studio.interchained.org)** · **[github.com/aiassistsecure/nedb-studio](https://github.com/aiassistsecure/nedb-studio)** (GPLv3)
|
|
460
460
|
|
|
461
461
|
---
|
|
462
462
|
|
|
@@ -464,10 +464,8 @@ Prompt-to-database scaffolding GUI with schema graph, NQL console, time-travel s
|
|
|
464
464
|
|
|
465
465
|
| Repo | Description |
|
|
466
466
|
|---|---|
|
|
467
|
-
| [
|
|
468
|
-
| [
|
|
469
|
-
| [aiassistsecure/nedb](https://github.com/aiassistsecure/nedb) | Production mirror |
|
|
470
|
-
| [aiassistsecure/nedb-studio](https://github.com/aiassistsecure/nedb-studio) | Production mirror — studio |
|
|
467
|
+
| [aiassistsecure/nedb](https://github.com/aiassistsecure/nedb) | Source — engine, Rust core, CI |
|
|
468
|
+
| [aiassistsecure/nedb-studio](https://github.com/aiassistsecure/nedb-studio) | Studio UI (GPLv3) |
|
|
471
469
|
|
|
472
470
|
**Packages:** [PyPI nedb-engine](https://pypi.org/project/nedb-engine/) · [npm nedb-engine](https://www.npmjs.com/package/nedb-engine)
|
|
473
471
|
|
|
@@ -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
|
|
|
@@ -10,7 +10,7 @@ build-backend = "hatchling.build"
|
|
|
10
10
|
|
|
11
11
|
[project]
|
|
12
12
|
name = "nedb-engine"
|
|
13
|
-
version = "2.0.
|
|
13
|
+
version = "2.0.34"
|
|
14
14
|
description = "NEDB — a versioned, self-compressing, time-traveling embedded database (replay-protected, idempotent, relational, searchable) with durable AOF persistence and a server daemon (nedbd)."
|
|
15
15
|
readme = "README.md"
|
|
16
16
|
requires-python = ">=3.8"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|