diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2016-08-03 20:28:22 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2016-08-05 12:05:22 +0200 |
commit | baf8a220ab923371cf19c742d2a7805e2276a037 (patch) | |
tree | dced61148242d7d715b235cff5a23d6c773caa86 /conf | |
parent | f2a6bd207d5c3400e304c53f0b6eafb4bc5b7ece (diff) | |
download | aur-baf8a220ab923371cf19c742d2a7805e2276a037.tar.gz aur-baf8a220ab923371cf19c742d2a7805e2276a037.tar.xz |
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>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/config.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/config.proto b/conf/config.proto index 543c3ca1..c56141c2 100644 --- a/conf/config.proto +++ b/conf/config.proto @@ -1,5 +1,5 @@ [database] -dsn_prefix = mysql +backend = mysql host = localhost socket = /var/run/mysqld/mysqld.sock name = AUR |