No description
Find a file
arcayr 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
crates add basic traits and a rough sketch of the derive macro. 2024-12-28 21:48:30 +11:00
.gitignore initial commit. 2024-12-28 20:51:00 +11:00
Cargo.lock add basic traits and a rough sketch of the derive macro. 2024-12-28 21:48:30 +11:00
Cargo.toml add basic traits and a rough sketch of the derive macro. 2024-12-28 21:48:30 +11:00