Start on a new db2 module that uses SeaORM

This commit is contained in:
Antonio Scandurra 2022-11-29 16:49:04 +01:00
parent ac24600a40
commit 11a39226e8
11 changed files with 765 additions and 1 deletions

View file

@ -1,6 +1,7 @@
mod api;
mod auth;
mod db;
mod db2;
mod env;
mod rpc;