aboutsummaryrefslogtreecommitdiffstats
path: root/databases/Makefile
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2021-02-22 04:52:45 +0800
committerNeel Chauhan <nc@FreeBSD.org>2021-02-22 04:52:45 +0800
commitd458bf51d2b7b4688de30e37df8c7390effb223f (patch)
treede062b09e4670183882b21e865fd6b4c2ef81cea /databases/Makefile
parentc10c2178b7b8d8706fcd96a4d28129d4535236b2 (diff)
downloadfreebsd-ports-gnome-d458bf51d2b7b4688de30e37df8c7390effb223f.tar.gz
freebsd-ports-gnome-d458bf51d2b7b4688de30e37df8c7390effb223f.tar.zst
freebsd-ports-gnome-d458bf51d2b7b4688de30e37df8c7390effb223f.zip
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/
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
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