Moved more code from hotel_service to lib
Some checks failed
Build & test / build (push) Failing after 6s

This commit is contained in:
Martin Berg Alstad
2024-09-08 17:27:20 +02:00
parent 7e2df67fee
commit 80f4af9087
18 changed files with 254 additions and 15 deletions

View File

@ -1,3 +1,5 @@
pub mod get_connection;
pub mod migration;
pub mod pool;
/// Re-export diesel::result::Error as DieselError