feat: ship without sqlx

This commit is contained in:
2026-03-05 18:56:49 +01:00
parent 0f24a41435
commit 4977cb0485
5 changed files with 353 additions and 1220 deletions

View File

@@ -29,7 +29,7 @@ async fn main() -> anyhow::Result<()> {
EnvFilter::from_default_env()
.add_directive("nocontrol=trace".parse().unwrap())
.add_directive("postgres_backend=trace".parse().unwrap())
.add_directive("sqlx=warn".parse().unwrap())
.add_directive("debug".parse().unwrap()),
)
.with_file(false)