From d458bf51d2b7b4688de30e37df8c7390effb223f Mon Sep 17 00:00:00 2001
From: Neel Chauhan <nc@FreeBSD.org>
Date: Sun, 21 Feb 2021 20:52:45 +0000
Subject: New port: databases/litestream: Standalone streaming replication tool
 for SQLite

Litestream is a standalone streaming replication tool for SQLite. It runs as
a background process and safely replicates changes incrementally to another
file or S3. Litestream only communicates with SQLite through the SQLite API
so it will not corrupt your database.

WWW: https://litestream.io/
---
 databases/Makefile | 1 +
 1 file changed, 1 insertion(+)

(limited to 'databases/Makefile')

diff --git a/databases/Makefile b/databases/Makefile
index a149212ee649..d42e36c5ea5f 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -164,6 +164,7 @@
     SUBDIR += linux-c7-sqlite3
     SUBDIR += linux-oracle-instantclient-basic
     SUBDIR += linux-oracle-instantclient-sdk
+    SUBDIR += litestream
     SUBDIR += liquibase
     SUBDIR += lmdb
     SUBDIR += lua-lsqlite3
-- 
cgit