diff options
Diffstat (limited to 'src/app_database.cr')
-rw-r--r-- | src/app_database.cr | 2 |
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 |