Development & DevOps Software for SQLite

Litestream Litestream

With Litestream you can stop building slow, complex, fragile software systems and use SQLite instead. Litestream continuously stream SQLite changes to S3-compatible storage. Allowing developers to build SQLite-powred application that can quickly recover to the point of failure if your server goes down. The Litestream command line also provides several subcommands to help you manage replication & recovery of your databases. This reference provides details about the options available and different modes of operation.

Objection.js Objection.js

Objection.js is an ORM (Object Relational Mapper) built on top of knex for Node.js. Objection.js aims to stay out of your way and make it as easy as possible to use the full power of SQL and the underlying database engine while still making the common stuff easy and enjoyable. Even though ORM is the best commonly known acronym to describe objection, a more accurate description is to call it a relational query builder. With Objection.js you get all the benefits of an SQL query builder but also a powerful set of tools for working with relations.