Back to Litestream

litestream-vfs

packages/npm/litestream-vfs/README.md

0.5.11719 B
Original Source

litestream-vfs

Litestream VFS extension for SQLite — distributed via npm.

This package bundles the Litestream VFS shared library. The correct platform-specific binary is automatically installed via optionalDependencies.

Installation

bash
npm install litestream-vfs

Usage

javascript
const { getLoadablePath } = require("litestream-vfs");
const path = getLoadablePath();
// Use `path` with better-sqlite3 or other SQLite bindings

Platform Support

PlatformArchitecture
Linuxx86_64, aarch64
macOSx86_64, arm64

License

Apache-2.0 — see LICENSE.