mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-12 16:51:09 +00:00
* Intending to use in a new Row type to check types at runtime for dynamic queries and to guard against schema changes * Hoping the query! macro can utilize this to allow accepting N rust types for 1 sql type and returning N rust types for 1 sql type.