feat: conditionally init postgres/mariadb connection

This commit is contained in:
realaravinth
2022-07-20 17:42:12 +05:30
parent f9efb062e0
commit 912b342e0e
6 changed files with 241 additions and 21 deletions

View File

@@ -28,6 +28,7 @@ use log::info;
mod api;
mod data;
mod date;
mod db;
mod demo;
mod docs;
mod email;