reqlite
reqlite copied to clipboard
Provide more detailed install/usage instructions
Right now it doesn't seem like it's in NPM right now right?
So I'm guessing we're supposed to just git clone it right?
Thanks
I just reserved the npm package :) You need to clone for now, I'll start releasing the npm package once I'm done with the heavy lifting (which is more or less the case already).
I also added a binary
You can start it with ./bin/reqlite
:)
I tried npm install -g reqlite but when running reqlite it just says
info: Server got SIGINT from pid 0, uid 0; shutting down...
info: Shutting down client connections...
info: All client connections closed.
info: Shutting down storage engine... (This may take a while if you had a lot of unflushed data in the writeback cache.)
info: Storage engine shut down.
Oh, it was needed doing --port-offset 1 so it won't collide with RDB.