hyperdb-api-derive 0.4.0

Procedural macros for hyperdb-api (FromRow derive)
Documentation
1
2
3
4
5
use hyperdb_api_derive::query_scalar;

fn main() {
    let _ = query_scalar!(i64); // missing SQL argument
}