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.
Files changed (28) hide show
  1. {nedb_engine-2.0.32 → nedb_engine-2.0.34}/PKG-INFO +5 -7
  2. {nedb_engine-2.0.32 → nedb_engine-2.0.34}/README.md +4 -6
  3. {nedb_engine-2.0.32 → nedb_engine-2.0.34}/pyproject.toml +1 -1
  4. {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/__init__.py +1 -1
  5. {nedb_engine-2.0.32 → nedb_engine-2.0.34}/.gitignore +0 -0
  6. {nedb_engine-2.0.32 → nedb_engine-2.0.34}/LICENSE +0 -0
  7. {nedb_engine-2.0.32 → nedb_engine-2.0.34}/client/node/README.md +0 -0
  8. {nedb_engine-2.0.32 → nedb_engine-2.0.34}/client/python/README.md +0 -0
  9. {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/autoindex.py +0 -0
  10. {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/backends/__init__.py +0 -0
  11. {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/backends/redis_backend.py +0 -0
  12. {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/cascade.py +0 -0
  13. {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/concurrent.py +0 -0
  14. {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/crypto.py +0 -0
  15. {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/engine.py +0 -0
  16. {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/index.py +0 -0
  17. {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/log.py +0 -0
  18. {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/merkle.py +0 -0
  19. {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/mongo.py +0 -0
  20. {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/query.py +0 -0
  21. {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/redis_compat.py +0 -0
  22. {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/relations.py +0 -0
  23. {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/resp2.py +0 -0
  24. {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/server.py +0 -0
  25. {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/snapshot.py +0 -0
  26. {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/sql.py +0 -0
  27. {nedb_engine-2.0.32 → nedb_engine-2.0.34}/python/nedb/store.py +0 -0
  28. {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.32
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
  [![PyPI](https://img.shields.io/pypi/v/nedb-engine?label=PyPI&color=6366f1)](https://pypi.org/project/nedb-engine/)
30
30
  [![npm](https://img.shields.io/npm/v/nedb-engine?label=npm&color=00d4ff)](https://www.npmjs.com/package/nedb-engine)
31
- [![Tests](https://img.shields.io/badge/tests-266%20passing-34d399)](https://github.com/Eth-Interchained/nedb/actions)
31
+ [![Tests](https://img.shields.io/badge/tests-266%20passing-34d399)](https://github.com/aiassistsecure/nedb/actions)
32
32
  [![nedb-engine-client PyPI](https://img.shields.io/pypi/v/nedb-engine-client?label=nedb-engine-client&color=34d399)](https://pypi.org/project/nedb-engine-client/)
33
33
  [![nedb-engine-client npm](https://img.shields.io/npm/v/nedb-engine-client?label=nedb-engine-client&color=34d399)](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/Eth-Interchained/nedb-studio](https://github.com/Eth-Interchained/nedb-studio)** (GPLv3)
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
- | [Eth-Interchained/nedb](https://github.com/Eth-Interchained/nedb) | Canonical source — engine, Rust core, CI |
468
- | [Eth-Interchained/nedb-studio](https://github.com/Eth-Interchained/nedb-studio) | Studio UI (GPLv3) |
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
  [![PyPI](https://img.shields.io/pypi/v/nedb-engine?label=PyPI&color=6366f1)](https://pypi.org/project/nedb-engine/)
11
11
  [![npm](https://img.shields.io/npm/v/nedb-engine?label=npm&color=00d4ff)](https://www.npmjs.com/package/nedb-engine)
12
- [![Tests](https://img.shields.io/badge/tests-266%20passing-34d399)](https://github.com/Eth-Interchained/nedb/actions)
12
+ [![Tests](https://img.shields.io/badge/tests-266%20passing-34d399)](https://github.com/aiassistsecure/nedb/actions)
13
13
  [![nedb-engine-client PyPI](https://img.shields.io/pypi/v/nedb-engine-client?label=nedb-engine-client&color=34d399)](https://pypi.org/project/nedb-engine-client/)
14
14
  [![nedb-engine-client npm](https://img.shields.io/npm/v/nedb-engine-client?label=nedb-engine-client&color=34d399)](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/Eth-Interchained/nedb-studio](https://github.com/Eth-Interchained/nedb-studio)** (GPLv3)
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
- | [Eth-Interchained/nedb](https://github.com/Eth-Interchained/nedb) | Canonical source — engine, Rust core, CI |
449
- | [Eth-Interchained/nedb-studio](https://github.com/Eth-Interchained/nedb-studio) | Studio UI (GPLv3) |
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.32"
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"
@@ -47,4 +47,4 @@ __all__ = [
47
47
  "wrap_redis", "WrappedRedis",
48
48
  "_native", "__has_native__",
49
49
  ]
50
- __version__ = "2.0.32"
50
+ __version__ = "2.0.34"
File without changes
File without changes