rqlite

1.4.1 • Public • Published

rqlite-runtime

Prebuilt RQLite binaries for Linux, macOS, and Windows

npm i -g rqlite

https://rqlite.io

Usage

# Server
rqlited -node-id=1 data1

# CLI
rqlite

Also, it can be required by Node.js to spawn it easily

const rqlited = require('rqlite')

console.log(rqlited) // => '.../node_modules/rqlite/bin/rqlited'

New builds

How to make a new build

Know your runtime:

node -e "console.log(process.platform + '-' + process.arch)"
# E.g. "linux-x64"

Create a folder with your runtime name like npm/linux-x64, and adjust the package file.

Finally, copy the compiled binaries into npm/linux-x64/bin/....

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i rqlite

Weekly Downloads

36

Version

1.4.1

License

MIT

Unpacked Size

2.84 kB

Total Files

6

Last publish

Collaborators

  • lukks