sea-schema 0.18.0

🌿 SQL schema definition and discovery
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(feature = "rusqlite")]
mod real;
#[cfg(feature = "rusqlite")]
pub use real::*;

#[cfg(all(not(feature = "rusqlite"), not(feature = "sqlx-sqlite")))]
mod mock;
#[cfg(all(not(feature = "rusqlite"), not(feature = "sqlx-sqlite")))]
pub use mock::*;