sqly 0.5.0

A lightweight macro system on top of sqlx
Documentation
1
2
3
4
5
#[test]
fn error() {
    let tb = trybuild::TestCases::new();
    tb.compile_fail("tests/error/**/*.rs");
}