sea-schema 0.2.7

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

#[cfg(not(feature = "sqlx-dep"))]
mod mock;
#[cfg(not(feature = "sqlx-dep"))]
pub use mock::*;