easy-sql 0.101.1

Macro-first SQL toolkit with compile-time checked queries, optional migrations on top of sqlx.
Documentation
1
2
3
4
5
6
7
8
9
mod _logger;
pub use _logger::*;

#[cfg(any(feature = "postgres", feature = "sqlite"))]
#[cfg(not(all(feature = "postgres", feature = "sqlite")))]
mod general;

/// Test helpers
mod helpers;