Skip to content

node-idb v0.1.0

Choose a tag to compare

@kbaghini kbaghini released this 19 Jul 13:53

The first public release of node-idb, a transactional SQLite document store for Node.js.

Highlights

  • Promise and Node-style callback APIs
  • Typed document storage for nested objects, arrays, dates, big integers, and binary data
  • SQL-style filtering, projection, grouping, ordering, aggregation, and mutations
  • Deterministic field aliases and wildcard projections
  • Atomic main/blob transactions with multi-process write coordination
  • Stable read snapshots and indexed scalar predicates
  • Legacy HIS/EV3 IDB storage and statement compatibility
  • TypeScript declarations and eight progressive examples

Install

npm install node-idb@0.1.0

See the repository README for API details, examples, suitability guidance, and limitations.