Commit graph

4 commits

Author SHA1 Message Date
Dave Warnock
357a24580b Improved transaction example
It is more realistic to begin and commit the transaction outside the
update function.
2025-12-01 01:07:29 +00:00
Dave Warnock
9f7fc532b9 Pass a transation to the insert_users function
Needed to add prepare to impl Transaction
2025-12-01 00:47:27 +00:00
Dave Warnock
bd07a32083 Clearer for idiomatic
NB This highlights an issue around Connection/Transaction/Prepare
2025-11-30 23:24:20 +00:00
Dave Warnock
1b66d718ec Moving closer to rusqlite using a struct
Read the query results using a struct as the rusqlite example does
2025-11-23 21:53:40 +00:00