sqlx prepare added

This commit is contained in:
filipriec
2025-03-11 11:36:40 +01:00
parent fc6f033711
commit a24ef3d064
13 changed files with 164 additions and 55 deletions

2
Cargo.lock generated
View File

@@ -2487,6 +2487,7 @@ version = "0.1.0"
dependencies = [
"chrono",
"common",
"dashmap",
"dotenvy",
"lazy_static",
"prost",
@@ -2496,6 +2497,7 @@ dependencies = [
"sqlx",
"steel-core",
"steel-derive 0.5.0 (git+https://github.com/mattwparas/steel.git?branch=master)",
"thiserror 2.0.12",
"time",
"tokio",
"tonic",