mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-03-12 16:11:43 +01:00
5 lines
67 B
Rust
5 lines
67 B
Rust
|
mod schema;
|
||
|
mod models;
|
||
|
|
||
|
#[cfg(feature = "sqlite")]
|
||
|
pub mod sqlite;
|