feat: seaorm

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-12-02 23:56:43 +03:00
parent 36c72cee4a
commit 40149b372d
20 changed files with 236 additions and 87 deletions

7
entity/Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "entity"
version = "0.1.0"
edition = "2021"
[dependencies]
sea-orm = "1.1.2"

1
entity/src/lib.rs Normal file
View file

@ -0,0 +1 @@