@thingd/native 0.83.2 → 0.84.0
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 -3
- package/package.json +1 -1
- package/prebuilds/darwin-arm64/thingd_native.node +0 -0
- package/prebuilds/darwin-x64/thingd_native.node +0 -0
- package/prebuilds/linux-arm64/thingd_native.node +0 -0
- package/prebuilds/linux-x64/thingd_native.node +0 -0
- package/prebuilds/win32-x64/thingd_native.node +0 -0
package/README.md
CHANGED
|
@@ -6,9 +6,10 @@ Native Node.js binding for [thingd](https://github.com/sayanmohsin/thingd) — w
|
|
|
6
6
|
|
|
7
7
|
This package is an internal dependency of `@thingd/sdk` and provides the native persistent store via napi-rs. You don't need to install it directly — `@thingd/sdk` pulls it in automatically when using `driver: "native"`.
|
|
8
8
|
|
|
9
|
-
The addon
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
The addon uses ThingDB RAM for `:memory:` and empty-path operation without
|
|
10
|
+
creating temporary files. Real filesystem paths use the RocksDB durable backend
|
|
11
|
+
by default; set `THINGD_STORAGE_BACKEND=thingdb` to opt into the experimental
|
|
12
|
+
Rust-native durable backend. The public SDK store contract remains unchanged.
|
|
12
13
|
|
|
13
14
|
The native open boundary accepts an optional 64-character hexadecimal key for
|
|
14
15
|
authenticated encrypted storage. The key is validated before opening the Rust
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|