aboutsummaryrefslogtreecommitdiff
path: root/src/app_database.cr
diff options
context:
space:
mode:
Diffstat (limited to 'src/app_database.cr')
-rw-r--r--src/app_database.cr2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app_database.cr b/src/app_database.cr
new file mode 100644
index 0000000..0efd4f5
--- /dev/null
+++ b/src/app_database.cr
@@ -0,0 +1,2 @@
+class AppDatabase < Avram::Database
+end