aboutsummaryrefslogtreecommitdiff
path: root/odb/option-types.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-03-11 14:24:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-03-21 15:40:00 +0200
commitadd8086259fb21f1e42aba6546c55e607d87ce93 (patch)
tree3abbb4624d09c067236227a173e80da88948e257 /odb/option-types.cxx
parenta6630dff5bf2002c0c133ea6c5e16d8a0a22138f (diff)
Infrastructure setup and schema generation for SQLite
Diffstat (limited to 'odb/option-types.cxx')
-rw-r--r--odb/option-types.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/option-types.cxx b/odb/option-types.cxx
index b05fead..dcac104 100644
--- a/odb/option-types.cxx
+++ b/odb/option-types.cxx
@@ -17,6 +17,7 @@ using namespace std;
static const char* database_[] =
{
"mysql",
+ "sqlite",
"tracer"
};