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
mod alter_table;
mod connection;
mod easy_sql_tables;
mod table_field;
mod transaction;

pub use {alter_table::*, connection::*, easy_sql_tables::*, table_field::*, transaction::*};