Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 538 Bytes

File metadata and controls

18 lines (11 loc) · 538 Bytes

@effect/sql-sqlite-node

An Effect SQL client for SQLite on Node.js, built on the built-in node:sqlite module.

Installation

npm install effect@rc @effect/sql-sqlite-node@rc

Requirements

  • Node.js 22.16 or newer, which introduced the sqlite.backup() API imported by this package.

Documentation