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>
This commit is contained in:
Lukas Fleischer 2016-08-03 20:28:22 +02:00
parent f2a6bd207d
commit baf8a220ab
2 changed files with 29 additions and 13 deletions

View file

@ -1,5 +1,5 @@
[database]
dsn_prefix = mysql
backend = mysql
host = localhost
socket = /var/run/mysqld/mysqld.sock
name = AUR