feat(database)!: switch from diesel to sea-orm

This commit is contained in:
2025-09-06 20:09:04 +04:00
parent e729d84c93
commit dbc800fef1
54 changed files with 2519 additions and 665 deletions
+11
View File
@@ -0,0 +1,11 @@
[package]
name = "database"
version = "0.1.0"
edition = "2024"
[dependencies]
migration = { path = "migration" }
entity = { path = "entity" }
sea-orm = { version = "2.0.0-rc.6", features = ["sqlx-postgres", "runtime-tokio"] }
paste = "1.0.15"