sqlx/sqlx-macros
Jonas Platte 1fa2381015
feat(macros): move to one-file-per-query for offline mode
Query data is now stored in .sqlx/{query_hash}.json directly by the macro
invocations, rather than first writing to target/sqlx/{input_span_hash}.json
and then collecting those into sqlx-data.json separately.
2022-04-14 16:22:25 -07:00
..
src feat(macros): move to one-file-per-query for offline mode 2022-04-14 16:22:25 -07:00
Cargo.toml feat(macros): move to one-file-per-query for offline mode 2022-04-14 16:22:25 -07:00