aboutsummaryrefslogtreecommitdiff
path: root/src/mint/mint_db.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mint/mint_db.c')
-rw-r--r--src/mint/mint_db.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/mint/mint_db.c b/src/mint/mint_db.c
index dcde03dc1..b23a5b65f 100644
--- a/src/mint/mint_db.c
+++ b/src/mint/mint_db.c
@@ -15,8 +15,15 @@
15*/ 15*/
16/** 16/**
17 * @file mint_db.c 17 * @file mint_db.c
18 * @brief Database access for the mint 18 * @brief Low-level (statement-level) database access for the mint
19 * @author Florian Dold 19 * @author Florian Dold
20 * @author Christian Grothoff
21 *
22 * TODO:
23 * - The mint_db.h-API should ideally be what we need to port
24 * when using other databases; so here we should enable
25 * alternative implementations by returning
26 * a more opaque DB handle.
20 */ 27 */
21#include "platform.h" 28#include "platform.h"
22#include "db_pq.h" 29#include "db_pq.h"