1.5.3 • Published 12 months ago

rqlite v1.5.3

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

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-runtime-linux-x64/bin/rqlited'

New builds

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

1.5.3

12 months ago

1.5.2

12 months ago

1.5.1

1 year ago

1.5.0

1 year ago

1.2.0

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago