chore: cleanup

This commit is contained in:
2025-01-30 11:45:05 +00:00
parent 9045bb93e4
commit e11d7dc787
16 changed files with 322 additions and 111 deletions

View File

@ -3,6 +3,7 @@ use anyhow::Result;
use sqlx::{Executor, MySqlPool, Row};
use uuid::Uuid;
#[derive(Clone)]
pub struct ZapStreamDb {
db: MySqlPool,
}