Crate include_oracle_sql_args

Source
Expand description

This crate provides helper proc-macro(s) that assists include-oracle-sql in generating Yesql-like methods for using SQL in Rust.

Macrosยง

map
Maps arguments of the generated database access method into a tuple of SQL arguments.
to_uppercase
Returns the uppercase equivalent of this identifier as a string literal.