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.
Software engineering, distributed systems, databases, and the teams that build them
Software engineering, distributed systems, databases, and the teams that build them
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.
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.