litestream-vfs
v0.5.16
Published
Litestream VFS extension for SQLite
Downloads
212
Maintainers
Readme
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
npm install litestream-vfsUsage
const { getLoadablePath } = require("litestream-vfs");
const path = getLoadablePath();
// Use `path` with better-sqlite3 or other SQLite bindingsPlatform Support
| Platform | Architecture | |----------|-------------| | Linux | x86_64, aarch64 | | macOS | x86_64, arm64 |
License
Apache-2.0 — see LICENSE.
