Releases: kbaghini/node-idb
Releases · kbaghini/node-idb
Release list
node-idb v0.2.0
node-idb v0.1.1
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
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.0See the repository README for API details, examples, suitability guidance, and limitations.