summaryrefslogtreecommitdiff
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 @@
*/
/**
* @file mint_db.c
- * @brief Database access for the mint
+ * @brief Low-level (statement-level) database access for the mint
* @author Florian Dold
+ * @author Christian Grothoff
+ *
+ * TODO:
+ * - The mint_db.h-API should ideally be what we need to port
+ * when using other databases; so here we should enable
+ * alternative implementations by returning
+ * a more opaque DB handle.
*/
#include "platform.h"
#include "db_pq.h"