sqlx-meta 0.1.0

Derive macro for SQLx to get metadata about the entity such as column names
Documentation
1
2
3
4
5
pub mod schema;
pub mod traits;

pub use sqlx_meta_macros::SqlxMeta;
pub use traits::{Binds, Schema};