Skip to content

Releases: kbaghini/node-idb

node-idb v0.2.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 11:59
eb74dce

What's Changed

Other changes

Full Changelog: v0.1.1...v0.2.0

node-idb v0.1.1

Choose a tag to compare

@github-actions github-actions released this 19 Jul 14:52
8e0779e

What's Changed

Other changes

  • Prepare node-idb v0.1.1 and public repository standards by @kbaghini in #1
  • Add trusted npm publishing with provenance by @kbaghini in #2
  • Fix npm trusted publishing by @kbaghini in #3
  • Restore npm registry setup by @kbaghini in #4

New Contributors

Full Changelog: v0.1.0...v0.1.1

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.