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.