summaryrefslogtreecommitdiff
path: root/src/mint/mint_db.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-28 22:35:57 +0100
committerChristian Grothoff <christian@grothoff.org>2015-01-28 22:35:57 +0100
commitfb124841605dabe843f4d5713e58a516ddc84d48 (patch)
tree9a6b126fcba5a36547045e7a1f50cb7dcf2753eb /src/mint/mint_db.c
parent1466048e4d19a198a33d1f224dbb5a25fa42b9c2 (diff)
downloadexchange-fb124841605dabe843f4d5713e58a516ddc84d48.tar.gz
exchange-fb124841605dabe843f4d5713e58a516ddc84d48.tar.bz2
exchange-fb124841605dabe843f4d5713e58a516ddc84d48.zip
update docu
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"