Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-05 | git-interface: Add database abstraction layer | Lukas Fleischer | |
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> |