aurweb/git-interface
Lukas Fleischer 2915abb9d3 git-interface: Add database abstraction layer
Add a new class that connects to the database specified in the
configuration file and provides an interface to execute SQL queries.
Prepared statements with qmark ("?") placeholders are supported.

Replace all direct database accesses with calls to the new abstraction
layer.

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
2016-08-05 12:05:22 +02:00
..
config.mk Add a Makefile for the git-auth wrapper 2015-06-02 10:49:33 +02:00
db.py git-interface: Add database abstraction layer 2016-08-05 12:05:22 +02:00
git-auth.py git-interface: Add database abstraction layer 2016-08-05 12:05:22 +02:00
git-auth.sh.in Add a Makefile for the git-auth wrapper 2015-06-02 10:49:33 +02:00
git-serve.py git-interface: Add database abstraction layer 2016-08-05 12:05:22 +02:00
git-update.py git-interface: Add database abstraction layer 2016-08-05 12:05:22 +02:00
Makefile Add a Makefile for the git-auth wrapper 2015-06-02 10:49:33 +02:00