Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

@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