Commit graph

4 commits

Author SHA1 Message Date
a16ad316a3
cleanup. 2024-12-29 14:10:08 +11:00
e7fce22bd1
clarify that query strings are for bind points only.
generated query strings from this macro are not executed directly, merely used as a query to which actual parameter values are bound.
2024-12-28 22:00:33 +11:00
96f3081f9a
add basic traits and a rough sketch of the derive macro.
a lot of this is pillaged from [miniorm](https://github.com/meuter/miniorm-rs) and [sqlx-crud](https://github.com/treydempsey/sqlx-crud) and then streamlined for a specific uuid-only, postgres-only use-case.
2024-12-28 21:48:30 +11:00
43ec1e7128
initial commit.
absolutely no content. purely scaffolding.
2024-12-28 20:51:00 +11:00