@visorcraft/mongreldb 0.18.0 → 0.18.2

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 CHANGED
@@ -1,8 +1,9 @@
1
1
  # mongreldb-node
2
2
 
3
- Native Node.js addon for MongrelDB via [NAPI](https://napi.rs) — the
4
- **better-sqlite3 model**: in-process, no HTTP latency, so the ~6 µs single-row
5
- write isn't dwarfed by a network round-trip. Exposes a **typed object/method
3
+ High-performance Node.js bindings for MongrelDB via [NAPI](https://napi.rs),
4
+ with native in-process storage, sub-ms writes, and hybrid indexing. It follows
5
+ the **better-sqlite3 model**: no HTTP latency, so the ~6 µs single-row write
6
+ isn't dwarfed by a network round-trip. Exposes a **typed object/method
6
7
  interface** (not SQL); TypeScript types are generated at build time.
7
8
 
8
9
  This crate is built **separately** from the Rust workspace (it targets the NAPI
Binary file
package/package.json CHANGED
@@ -1,9 +1,14 @@
1
1
  {
2
2
  "name": "@visorcraft/mongreldb",
3
- "version": "0.18.0",
4
- "description": "Native Node.js addon for MongrelDB in-process, sub-ms writes, hybrid index queries.",
3
+ "version": "0.18.2",
4
+ "description": "High-performance Node.js bindings for MongrelDB with native in-process storage, sub-ms writes, and hybrid indexing.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/visorcraft/MongrelDB.git",
10
+ "directory": "crates/mongreldb-node"
11
+ },
7
12
  "napi": {
8
13
  "name": "mongreldb",
9
14
  "package": {