From bd3cb9025141646f017ff63b2712c22c5ed67f4d Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Fri, 11 Sep 2020 00:01:16 +0200 Subject: [PATCH] README update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0599f82..e474324 100644 --- a/README.md +++ b/README.md @@ -80,12 +80,12 @@ can move fast-forward. - A lot... :) - Make all config vars as ARGS and vice versa. ARGS have higher priority. Chain: default -> config -> ARGS. - - ~~Parallelize queries using threads to improve performance; Does not work using SQLite because of exclusive access to the database~~ - - ~~SQL server backend; MariaDB/MySQL?~~ DONE + - ~~Parallelize queries using threads to improve performance; Does not work using SQLite because of exclusive access to the database~~ **DONE** + - ~~SQL server backend; MariaDB/MySQL?~~ **DONE** - Bring back SQLite support - Switch to ORM (peewee?) to support PostgreSQL, MySQL and SQLite. - Gtk+ frontend connecting to the database or loading a local copy of a SQLite file. wxGlade? - - ~~A cron mode to not let uplink run in an endless loop to be scheduled and executed by cron.~~ DONE + - ~~A cron mode to not let uplink run in an endless loop to be scheduled and executed by cron.~~ **DONE** - A daemon mode to be a real UNIX daemon. For now, it's just sleep() based. - Always keep platform independence in mind but not if uplink looses nice features on Linux.