gelx_core 0.8.1

Utilities for codegen in the `gelx` crate.
Documentation
1
2
3
4
/// Name of the query function.
pub const QUERY_PROP_NAME: &str = "client";
pub const TRANSACTION_PROP_NAME: &str = "conn";
pub const PROPS_NAME: &str = "props";