Tag javascript

New knex.js library for rqlite

rqlite is a lightweight, open-source, distributed relational database written in Go, with SQLite as its storage engine. Thanks to Katja Lutz there is a new knex.js library available. Check it out on GitHub.

New JavaScript client library for rqlite

Thanks to Justin Morant there is now a new JavaScript client library for rqlite, the lightweight, distributed, relational database. This library allows you to build both in-browser and node.js applications, that access rqlite. You can check it out on GitHub.