git-interface: Support SQLite as database backend
commitbaf8a220ab923371cf19c742d2a7805e2276a037
authorLukas Fleischer <lfleischer@archlinux.org>
Wed, 3 Aug 2016 18:28:22 +0000 (3 20:28 +0200)
committerLukas Fleischer <lfleischer@archlinux.org>
Fri, 5 Aug 2016 10:05:22 +0000 (5 12:05 +0200)
treedced61148242d7d715b235cff5a23d6c773caa86
parentf2a6bd207d5c3400e304c53f0b6eafb4bc5b7ece
git-interface: Support SQLite as database backend

In addition to MySQL, add support for SQLite to the database abstraction
layer. Also, add a new configuration option to select the DBMS.

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
conf/config.proto
git-interface/db.py