mirror of
https://github.com/v0l/zap-stream-core.git
synced 2025-06-16 01:28:08 +00:00
chore: cleanup
This commit is contained in:
@ -3,6 +3,7 @@ use anyhow::Result;
|
||||
use sqlx::{Executor, MySqlPool, Row};
|
||||
use uuid::Uuid;
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct ZapStreamDb {
|
||||
db: MySqlPool,
|
||||
}
|
||||
|
Reference in New Issue
Block a user