aboutsummaryrefslogtreecommitdiff
path: root/src/guff/database.cr
diff options
context:
space:
mode:
Diffstat (limited to 'src/guff/database.cr')
-rw-r--r--src/guff/database.cr7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/guff/database.cr b/src/guff/database.cr
new file mode 100644
index 0000000..de11eb2
--- /dev/null
+++ b/src/guff/database.cr
@@ -0,0 +1,7 @@
+require "sqlite3"
+
+module Guff
+ class Database < ::SQLite3::Database
+ # TODO (add table_exists?)
+ end
+end