parsql-deadpool-postgres 0.5.0

Deneyimsel bir sql yardımcı küfesidir.
Documentation
1
2
3
4
5
pub use crate::traits::SqlCommand;
pub use parsql_macros::{
    Deletable, FromRowPostgres as FromRow, Insertable, Queryable, SqlParams, UpdateParams,
    Updateable,
};