Package Exports
- @hawiah/sqlite
- @hawiah/sqlite/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@hawiah/sqlite) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@hawiah/sqlite 
SQLite driver for Hawiah - lightweight and fast data persistence with better-sqlite3.
Installation
npm install @hawiah/sqliteFeatures
- Fast and reliable SQLite database
- Built on better-sqlite3 (synchronous API)
- Schema-less interface with IDriver
- Support for transactions
- Automatic indexing on timestamps
- In-memory database support
- Advanced features: vacuum, analyze, raw SQL
License
MIT