Initial implementation of db stuffs
Got the migrations and datastructures in. Next step is building db utility function into the db module or client module
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
mod client;
|
||||
mod config;
|
||||
mod connection;
|
||||
mod db;
|
||||
mod state;
|
||||
|
||||
use diesel_async::pooled_connection::AsyncDieselConnectionManager;
|
||||
|
||||
Reference in New Issue
Block a user