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