mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
f2a6bd207d
commit
baf8a220ab
2 changed files with 29 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
[database]
|
||||
dsn_prefix = mysql
|
||||
backend = mysql
|
||||
host = localhost
|
||||
socket = /var/run/mysqld/mysqld.sock
|
||||
name = AUR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue