feat(server): start api using CRUD operations

This commit is contained in:
Jef Roosens 2023-07-30 16:55:44 +02:00
parent e08048d0f0
commit 37218536c5
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
11 changed files with 69 additions and 6 deletions

View file

@ -0,0 +1,5 @@
//! `SeaORM` Entity. Generated by sea-orm-codegen 0.12.1
pub mod prelude;
pub mod repo;