JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10
  • Score
    100M100P100Q53652F
  • License MIT

SQLite driver for Hawiah - lightweight and fast data persistence with better-sqlite3

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 NPM version

SQLite driver for Hawiah - lightweight and fast data persistence with better-sqlite3.

Installation

npm install @hawiah/sqlite

Features

  • 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