jiff/examples/diesel-sqlite
Gary Coady 1756ba03a4
jiff-diesel: update tests to use Insertable and Selectable derivations
This moves the majority of tests to use the `Insertable` and `Selectable`
derivations from the query struct. This follows idiomatic Diesel usage, and
also tests actual database round-tripping via database stores.

The downside of this is that tables need to exist; I have created temporary
tables in this PR for this purpose (which are dropped when the session
is closed).

PR #254
2025-02-17 07:51:21 -05:00
..
Cargo.toml jiff-diesel: update tests to use Insertable and Selectable derivations 2025-02-17 07:51:21 -05:00
main.rs jiff-diesel: update tests to use Insertable and Selectable derivations 2025-02-17 07:51:21 -05:00