Files
schedtxt_auth/src/db/mod.rs
T
phoenix 42dd25691c
Rust Build / Test Suite (push) Successful in 29s
Rust Build / Check (push) Successful in 36s
Rust Build / Rustfmt (push) Successful in 28s
Rust Build / Clippy (push) Successful in 35s
Rust Build / build (push) Successful in 30s
Adding db module
2026-05-31 16:11:34 -04:00

6 lines
75 B
Rust

pub mod init;
mod connection_settings {
pub const MAXCONN: u32 = 5;
}