From ed462245730bd7832019bd43e0bc1c9d1c055e8e Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Sun, 29 Aug 2021 15:41:41 +0100 Subject: Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add SQLite support, fix un-thread-safe DB caches, small performance fixes Signed-off-by: kim (grufwub) * add SQLite licenses to README Signed-off-by: kim (grufwub) * appease the linter, and fix my dumbass-ery Signed-off-by: kim (grufwub) * make requested changes Signed-off-by: kim (grufwub) * add back comment Signed-off-by: kim (grufwub) --- internal/api/client/fileserver/sqlite-test.db | Bin 0 -> 307200 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 internal/api/client/fileserver/sqlite-test.db (limited to 'internal/api/client/fileserver/sqlite-test.db') diff --git a/internal/api/client/fileserver/sqlite-test.db b/internal/api/client/fileserver/sqlite-test.db new file mode 100644 index 000000000..5689e7edb Binary files /dev/null and b/internal/api/client/fileserver/sqlite-test.db differ -- cgit v1.2.3