From 9ee66db0ac3a660c66b46d6aa2d44ec1fb9fb990 Mon Sep 17 00:00:00 2001 From: Terin Stock Date: Tue, 26 Apr 2022 20:57:39 -0700 Subject: [feature] utilize system's libsqlite3 Add support for using the system's libsqlite3 library but switching from "modernc.org/sqlite" to "github.com/mattn/go-sqlite3". This changeset also allows the server administrator to fully configure the connection string, including adjustments to journaling and vacuum modes. ---