nedb-engine 0.1.3

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/LICENSE ADDED
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or Derivative
95
+ Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and do
117
+ not modify the License. You may add Your own attribution notices
118
+ within Derivative Works that You distribute, alongside or as an
119
+ addendum to the NOTICE text from the Work, provided that such
120
+ additional attribution notices cannot be construed as modifying
121
+ the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright 2026 Interchained
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
package/README.md ADDED
@@ -0,0 +1,148 @@
1
+ <div align="center">
2
+
3
+ # NEDB
4
+
5
+ **A versioned, self-compressing, time-traveling embedded database.**
6
+
7
+ Replay-protected · idempotent · relational · filterable · sortable · searchable · provable.
8
+ One Rust core → ships to **PyPI** and **npm** from a single source.
9
+
10
+ </div>
11
+
12
+ ---
13
+
14
+ ## Why NEDB
15
+
16
+ Redis is fast because it's in-memory and simple — but relations are hand-rolled, history is gone the moment you overwrite, and every call pays a network hop. NEDB keeps the speed and adds the things real systems actually need:
17
+
18
+ - **Faster-than-Redis latency where it's honest to claim it** — NEDB runs **embedded, in-process**, so point reads pay *no socket hop*. The networked server (`nedbd`, RESP-compatible) competes on the Rust core's merits.
19
+ - **Replay protection + idempotency in the core, not the app.** Every write carries a strictly-monotonic per-client nonce and an optional idempotency key. Retries are no-ops; stale/out-of-order ops are rejected. This is built into one **hash-chained, append-only log**.
20
+ - **Time-travel.** Read the database *exactly as it existed* at any past sequence — `AS OF seq`. Debugging, audit, MVCC snapshots, and deterministic replay all fall out of the same log.
21
+ - **First-class relations.** Adjacency-list graph edges with O(1) traversal — *and the graph time-travels too*.
22
+ - **Filter / sort / search.** Equality, ordered, and full-text inverted indexes, maintained incrementally.
23
+ - **git-style files with maximum compression.** Content-defined chunking + content-addressed dedup + temperature tiers (fast warm codec, max-ratio cold archival). Every file version has a Merkle root you can **anchor on-chain**.
24
+
25
+ > **The keystone:** one nonce-enforced append-only log is the substrate for idempotency, replay protection, crash recovery, MVCC, *and* time-travel — simultaneously.
26
+
27
+ ---
28
+
29
+ ## Quickstart (Python reference engine — runs today, zero build)
30
+
31
+ ```bash
32
+ git clone https://github.com/Eth-Interchained/nedb && cd nedb
33
+ pip install -e . # pure-Python reference; no toolchain needed
34
+ python3 examples/demo.py # see every feature
35
+ python3 tests/test_nedb.py # 10/10 invariants
36
+ ```
37
+
38
+ ```python
39
+ from nedb import NEDB
40
+
41
+ db = NEDB()
42
+ db.create_index("users", "status", "eq")
43
+ db.create_index("users", "age", "ordered")
44
+ db.create_index("users", "bio", "search")
45
+
46
+ db.put("users", "alice", {"name": "Alice", "age": 31, "status": "active",
47
+ "city": "Austin", "bio": "rust systems hacker"})
48
+
49
+ # Idempotent, replay-protected write (safe to retry forever):
50
+ db.put("orders", "o1", {"total": 42}, client="checkout", nonce=7, idem="charge-o1")
51
+
52
+ # NQL — filter + sort
53
+ db.query('FROM users WHERE age >= 25 AND status = "active" ORDER BY age DESC')
54
+
55
+ # Full-text search
56
+ db.query('FROM users SEARCH "rust"')
57
+
58
+ # Relations + graph traversal
59
+ db.link("users:alice", "follows", "users:bob")
60
+ db.q("users").where("_id", "=", "alice").traverse("follows").run()
61
+
62
+ # Time-travel
63
+ s = db.seq
64
+ db.put("users", "alice", {"name": "Alice", "city": "Lisbon", "age": 31, "status": "active"})
65
+ db.get("users", "alice", as_of=s)["city"] # -> "Austin"
66
+
67
+ # git-style files with Cascade compression + provable history
68
+ v1 = db.put_file("notes.txt", open("notes.txt","rb").read())
69
+ db.file_root("notes.txt", v1) # Merkle root — anchorable on ITC
70
+ ```
71
+
72
+ ---
73
+
74
+ ## NQL — the NEDB Query Language
75
+
76
+ One small grammar; the Rust parser is the single source of truth so Python and Node share identical semantics. A fluent builder compiles to the same plan.
77
+
78
+ ```
79
+ FROM <collection>
80
+ [ AS OF <seq> ]
81
+ [ WHERE <field> <op> <value> (AND ...)* ] op ∈ = != < <= > >=
82
+ [ SEARCH "<text>" ]
83
+ [ ORDER BY <field> [ASC|DESC] ]
84
+ [ TRAVERSE <relation> ]
85
+ [ LIMIT <n> ]
86
+ ```
87
+
88
+ ---
89
+
90
+ ## What's measured (reference engine, pure Python, 2 vCPU)
91
+
92
+ | Operation | Result |
93
+ |---|---|
94
+ | GET (embedded, in-process) | **~1.2M ops/s** (~800 ns/op) |
95
+ | SET (logged + indexed) | ~77K ops/s |
96
+ | Indexed query latency | ~75 µs |
97
+ | File compression — warm (zlib stand-in) | **39.9×** |
98
+ | File compression — cold (LZMA archival) | **88.9×** |
99
+ | Cross-version dedup | 20 of 22 chunks reused on edit |
100
+
101
+ The reference engine proves the **architecture**. The Rust core (`rust/`) is the speed target — see `bench/bench_redis.py` for the embedded-vs-Redis harness.
102
+
103
+ ---
104
+
105
+ ## Architecture
106
+
107
+ ```
108
+ ┌──────────────────────────────────────────────┐
109
+ put/del → │ OpLog (append-only · BLAKE3 hash chain · │ ← single source of truth
110
+ link │ per-client nonce · idempotency keys) │
111
+ └───────────────┬──────────────────────────────┘
112
+ deterministic fold │ (state = pure function of the log)
113
+ ┌──────────────┬───────┴────────┬───────────────────┐
114
+ ▼ ▼ ▼ ▼
115
+ MVCC store Relations Indexes BlobStore (Cascade)
116
+ (time-travel) (graph, AS OF) eq/ordered/search CDC+dedup+tiers, Merkle roots
117
+ ```
118
+
119
+ One Rust core (`nedb-core`) → **PyO3** wheels (PyPI) and **napi-rs** binaries (npm), plus a future `nedbd` server (RESP-compatible) and a WASM build for browser/edge.
120
+
121
+ Full design: [`docs/SPEC.md`](docs/SPEC.md).
122
+
123
+ ---
124
+
125
+ ## Repo layout
126
+
127
+ ```
128
+ nedb/ pure-Python reference engine (this is what `pip install` ships today)
129
+ rust/ production core — nedb-core + nedb-py (PyO3) + nedb-node (napi-rs)
130
+ examples/demo.py end-to-end walkthrough
131
+ tests/ invariant tests
132
+ bench/ embedded micro-bench + Redis head-to-head harness
133
+ docs/SPEC.md architecture specification
134
+ .github/ release CI → PyPI + npm on tag
135
+ ```
136
+
137
+ ## Roadmap
138
+
139
+ - [x] Reference engine: log, MVCC, relations, indexes, NQL, Cascade, Merkle
140
+ - [ ] Rust core parity + criterion benches + `cargo test`
141
+ - [ ] PyO3 wheels + napi-rs binaries published on tag
142
+ - [ ] `nedbd` server: RESP-compatible + native protocol
143
+ - [ ] Similarity-picked deltas + schema-aware columnar transforms
144
+ - [ ] On-chain (ITC) root anchoring; WASM build
145
+
146
+ ## License
147
+
148
+ Apache-2.0. Part of the [Interchained](https://github.com/interchained) ecosystem.
package/index.d.ts ADDED
@@ -0,0 +1,16 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+
4
+ /* auto-generated by NAPI-RS */
5
+
6
+ export declare class NedbCore {
7
+ constructor()
8
+ /** Auto-nonce put. `doc_json` is a JSON object string. */
9
+ put(coll: string, id: string, docJson: string): number
10
+ /** Replay-protected, idempotent put with explicit client/nonce/idem. */
11
+ putChecked(coll: string, id: string, docJson: string, client: string, nonce: number, idem?: string | undefined | null): number
12
+ get(coll: string, id: string): string | null
13
+ getAsOf(coll: string, id: string, seq: number): string | null
14
+ head(): string
15
+ verify(): boolean
16
+ }
package/index.js ADDED
@@ -0,0 +1,315 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /* prettier-ignore */
4
+
5
+ /* auto-generated by NAPI-RS */
6
+
7
+ const { existsSync, readFileSync } = require('fs')
8
+ const { join } = require('path')
9
+
10
+ const { platform, arch } = process
11
+
12
+ let nativeBinding = null
13
+ let localFileExisted = false
14
+ let loadError = null
15
+
16
+ function isMusl() {
17
+ // For Node 10
18
+ if (!process.report || typeof process.report.getReport !== 'function') {
19
+ try {
20
+ const lddPath = require('child_process').execSync('which ldd').toString().trim()
21
+ return readFileSync(lddPath, 'utf8').includes('musl')
22
+ } catch (e) {
23
+ return true
24
+ }
25
+ } else {
26
+ const { glibcVersionRuntime } = process.report.getReport().header
27
+ return !glibcVersionRuntime
28
+ }
29
+ }
30
+
31
+ switch (platform) {
32
+ case 'android':
33
+ switch (arch) {
34
+ case 'arm64':
35
+ localFileExisted = existsSync(join(__dirname, 'nedb.android-arm64.node'))
36
+ try {
37
+ if (localFileExisted) {
38
+ nativeBinding = require('./nedb.android-arm64.node')
39
+ } else {
40
+ nativeBinding = require('nedb-engine-android-arm64')
41
+ }
42
+ } catch (e) {
43
+ loadError = e
44
+ }
45
+ break
46
+ case 'arm':
47
+ localFileExisted = existsSync(join(__dirname, 'nedb.android-arm-eabi.node'))
48
+ try {
49
+ if (localFileExisted) {
50
+ nativeBinding = require('./nedb.android-arm-eabi.node')
51
+ } else {
52
+ nativeBinding = require('nedb-engine-android-arm-eabi')
53
+ }
54
+ } catch (e) {
55
+ loadError = e
56
+ }
57
+ break
58
+ default:
59
+ throw new Error(`Unsupported architecture on Android ${arch}`)
60
+ }
61
+ break
62
+ case 'win32':
63
+ switch (arch) {
64
+ case 'x64':
65
+ localFileExisted = existsSync(
66
+ join(__dirname, 'nedb.win32-x64-msvc.node')
67
+ )
68
+ try {
69
+ if (localFileExisted) {
70
+ nativeBinding = require('./nedb.win32-x64-msvc.node')
71
+ } else {
72
+ nativeBinding = require('nedb-engine-win32-x64-msvc')
73
+ }
74
+ } catch (e) {
75
+ loadError = e
76
+ }
77
+ break
78
+ case 'ia32':
79
+ localFileExisted = existsSync(
80
+ join(__dirname, 'nedb.win32-ia32-msvc.node')
81
+ )
82
+ try {
83
+ if (localFileExisted) {
84
+ nativeBinding = require('./nedb.win32-ia32-msvc.node')
85
+ } else {
86
+ nativeBinding = require('nedb-engine-win32-ia32-msvc')
87
+ }
88
+ } catch (e) {
89
+ loadError = e
90
+ }
91
+ break
92
+ case 'arm64':
93
+ localFileExisted = existsSync(
94
+ join(__dirname, 'nedb.win32-arm64-msvc.node')
95
+ )
96
+ try {
97
+ if (localFileExisted) {
98
+ nativeBinding = require('./nedb.win32-arm64-msvc.node')
99
+ } else {
100
+ nativeBinding = require('nedb-engine-win32-arm64-msvc')
101
+ }
102
+ } catch (e) {
103
+ loadError = e
104
+ }
105
+ break
106
+ default:
107
+ throw new Error(`Unsupported architecture on Windows: ${arch}`)
108
+ }
109
+ break
110
+ case 'darwin':
111
+ localFileExisted = existsSync(join(__dirname, 'nedb.darwin-universal.node'))
112
+ try {
113
+ if (localFileExisted) {
114
+ nativeBinding = require('./nedb.darwin-universal.node')
115
+ } else {
116
+ nativeBinding = require('nedb-engine-darwin-universal')
117
+ }
118
+ break
119
+ } catch {}
120
+ switch (arch) {
121
+ case 'x64':
122
+ localFileExisted = existsSync(join(__dirname, 'nedb.darwin-x64.node'))
123
+ try {
124
+ if (localFileExisted) {
125
+ nativeBinding = require('./nedb.darwin-x64.node')
126
+ } else {
127
+ nativeBinding = require('nedb-engine-darwin-x64')
128
+ }
129
+ } catch (e) {
130
+ loadError = e
131
+ }
132
+ break
133
+ case 'arm64':
134
+ localFileExisted = existsSync(
135
+ join(__dirname, 'nedb.darwin-arm64.node')
136
+ )
137
+ try {
138
+ if (localFileExisted) {
139
+ nativeBinding = require('./nedb.darwin-arm64.node')
140
+ } else {
141
+ nativeBinding = require('nedb-engine-darwin-arm64')
142
+ }
143
+ } catch (e) {
144
+ loadError = e
145
+ }
146
+ break
147
+ default:
148
+ throw new Error(`Unsupported architecture on macOS: ${arch}`)
149
+ }
150
+ break
151
+ case 'freebsd':
152
+ if (arch !== 'x64') {
153
+ throw new Error(`Unsupported architecture on FreeBSD: ${arch}`)
154
+ }
155
+ localFileExisted = existsSync(join(__dirname, 'nedb.freebsd-x64.node'))
156
+ try {
157
+ if (localFileExisted) {
158
+ nativeBinding = require('./nedb.freebsd-x64.node')
159
+ } else {
160
+ nativeBinding = require('nedb-engine-freebsd-x64')
161
+ }
162
+ } catch (e) {
163
+ loadError = e
164
+ }
165
+ break
166
+ case 'linux':
167
+ switch (arch) {
168
+ case 'x64':
169
+ if (isMusl()) {
170
+ localFileExisted = existsSync(
171
+ join(__dirname, 'nedb.linux-x64-musl.node')
172
+ )
173
+ try {
174
+ if (localFileExisted) {
175
+ nativeBinding = require('./nedb.linux-x64-musl.node')
176
+ } else {
177
+ nativeBinding = require('nedb-engine-linux-x64-musl')
178
+ }
179
+ } catch (e) {
180
+ loadError = e
181
+ }
182
+ } else {
183
+ localFileExisted = existsSync(
184
+ join(__dirname, 'nedb.linux-x64-gnu.node')
185
+ )
186
+ try {
187
+ if (localFileExisted) {
188
+ nativeBinding = require('./nedb.linux-x64-gnu.node')
189
+ } else {
190
+ nativeBinding = require('nedb-engine-linux-x64-gnu')
191
+ }
192
+ } catch (e) {
193
+ loadError = e
194
+ }
195
+ }
196
+ break
197
+ case 'arm64':
198
+ if (isMusl()) {
199
+ localFileExisted = existsSync(
200
+ join(__dirname, 'nedb.linux-arm64-musl.node')
201
+ )
202
+ try {
203
+ if (localFileExisted) {
204
+ nativeBinding = require('./nedb.linux-arm64-musl.node')
205
+ } else {
206
+ nativeBinding = require('nedb-engine-linux-arm64-musl')
207
+ }
208
+ } catch (e) {
209
+ loadError = e
210
+ }
211
+ } else {
212
+ localFileExisted = existsSync(
213
+ join(__dirname, 'nedb.linux-arm64-gnu.node')
214
+ )
215
+ try {
216
+ if (localFileExisted) {
217
+ nativeBinding = require('./nedb.linux-arm64-gnu.node')
218
+ } else {
219
+ nativeBinding = require('nedb-engine-linux-arm64-gnu')
220
+ }
221
+ } catch (e) {
222
+ loadError = e
223
+ }
224
+ }
225
+ break
226
+ case 'arm':
227
+ if (isMusl()) {
228
+ localFileExisted = existsSync(
229
+ join(__dirname, 'nedb.linux-arm-musleabihf.node')
230
+ )
231
+ try {
232
+ if (localFileExisted) {
233
+ nativeBinding = require('./nedb.linux-arm-musleabihf.node')
234
+ } else {
235
+ nativeBinding = require('nedb-engine-linux-arm-musleabihf')
236
+ }
237
+ } catch (e) {
238
+ loadError = e
239
+ }
240
+ } else {
241
+ localFileExisted = existsSync(
242
+ join(__dirname, 'nedb.linux-arm-gnueabihf.node')
243
+ )
244
+ try {
245
+ if (localFileExisted) {
246
+ nativeBinding = require('./nedb.linux-arm-gnueabihf.node')
247
+ } else {
248
+ nativeBinding = require('nedb-engine-linux-arm-gnueabihf')
249
+ }
250
+ } catch (e) {
251
+ loadError = e
252
+ }
253
+ }
254
+ break
255
+ case 'riscv64':
256
+ if (isMusl()) {
257
+ localFileExisted = existsSync(
258
+ join(__dirname, 'nedb.linux-riscv64-musl.node')
259
+ )
260
+ try {
261
+ if (localFileExisted) {
262
+ nativeBinding = require('./nedb.linux-riscv64-musl.node')
263
+ } else {
264
+ nativeBinding = require('nedb-engine-linux-riscv64-musl')
265
+ }
266
+ } catch (e) {
267
+ loadError = e
268
+ }
269
+ } else {
270
+ localFileExisted = existsSync(
271
+ join(__dirname, 'nedb.linux-riscv64-gnu.node')
272
+ )
273
+ try {
274
+ if (localFileExisted) {
275
+ nativeBinding = require('./nedb.linux-riscv64-gnu.node')
276
+ } else {
277
+ nativeBinding = require('nedb-engine-linux-riscv64-gnu')
278
+ }
279
+ } catch (e) {
280
+ loadError = e
281
+ }
282
+ }
283
+ break
284
+ case 's390x':
285
+ localFileExisted = existsSync(
286
+ join(__dirname, 'nedb.linux-s390x-gnu.node')
287
+ )
288
+ try {
289
+ if (localFileExisted) {
290
+ nativeBinding = require('./nedb.linux-s390x-gnu.node')
291
+ } else {
292
+ nativeBinding = require('nedb-engine-linux-s390x-gnu')
293
+ }
294
+ } catch (e) {
295
+ loadError = e
296
+ }
297
+ break
298
+ default:
299
+ throw new Error(`Unsupported architecture on Linux: ${arch}`)
300
+ }
301
+ break
302
+ default:
303
+ throw new Error(`Unsupported OS: ${platform}, architecture: ${arch}`)
304
+ }
305
+
306
+ if (!nativeBinding) {
307
+ if (loadError) {
308
+ throw loadError
309
+ }
310
+ throw new Error(`Failed to load native binding`)
311
+ }
312
+
313
+ const { NedbCore } = nativeBinding
314
+
315
+ module.exports.NedbCore = NedbCore
Binary file
Binary file
Binary file
package/package.json ADDED
@@ -0,0 +1,37 @@
1
+ {
2
+ "name": "nedb-engine",
3
+ "version": "0.1.3",
4
+ "description": "NEDB — a versioned, self-compressing, time-traveling embedded database (replay-protected, idempotent, relational, searchable). Native core via napi-rs.",
5
+ "main": "index.js",
6
+ "types": "index.d.ts",
7
+ "files": ["index.js", "index.d.ts", "*.node", "README.md", "LICENSE"],
8
+ "license": "Apache-2.0",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/Eth-Interchained/nedb.git"
12
+ },
13
+ "keywords": [
14
+ "database", "embedded", "mvcc", "time-travel", "versioning",
15
+ "compression", "dedup", "graph", "search", "redis", "git", "napi-rs"
16
+ ],
17
+ "engines": { "node": ">= 16" },
18
+ "napi": {
19
+ "name": "nedb",
20
+ "triples": {
21
+ "defaults": true,
22
+ "additional": [
23
+ "aarch64-apple-darwin",
24
+ "x86_64-unknown-linux-gnu",
25
+ "x86_64-pc-windows-msvc"
26
+ ]
27
+ }
28
+ },
29
+ "scripts": {
30
+ "build": "napi build --release --platform --cargo-cwd rust/crates/nedb-node",
31
+ "build:debug": "napi build --platform --cargo-cwd rust/crates/nedb-node",
32
+ "test": "node test/smoke.mjs"
33
+ },
34
+ "devDependencies": {
35
+ "@napi-rs/cli": "^2.18.0"
36
+ }
37
+ }