You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@carllerche suggested to make a meta-issue for things in priority order for me, so here we go. Priorities might shift and other things found added over time
toasty-cli: MigrationPrefixStyle::Timestamp prefix style is not honored #652 - I think I prefer timestamp based prefix (they should allow parallel work branches that both do migrations easier), so would be good to get that working before I re-do the non-local databases with toasty (as I can still regenerate the migrations from scratch until then with lower effort)
Various annoyances
toasty-cli: Generated migration don't have a newline at EOF #654 - not really a priority at all, but very easy to fix up to not need manual fixes after migration generation (could do a PR myself, but won't be able to set up a toasty git testing for a while to get to it)
Design: Foreign key constraints #366 - lack of proper foreign keys is not good for data consistency, I don't care too much about the ON UPDATE and ON DELETE behaviour configuration, as much as just making it impossible to store a fkey to something that doesn't exist
Add debug and trace level output using tracing in the engine #254 - would be good to at least easily see all the SQL queries toasty does, as to validate the code (and toasty) I'm writing easier; right now need to resort to temporarily tweaking local postgres config and restarting it, instead of just a RUST_LOG or application config change
feedback on updates #456 - no RETURNING support for straight UPDATE calls is annoying when using a capable database and makes for extra database roundtrips
Missing Use Case: Upsert #422 - for current project can live with a manual SELECT + UPDATE or INSERT for the time being in a single usage case; the usage is the "Replacement" kind
This discussion was converted from issue #655 on April 19, 2026 20:04.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
@carllerche suggested to make a meta-issue for things in priority order for me, so here we go. Priorities might shift and other things found added over time
Hard blockers for going live on production
Semi-blockers
Various annoyances
ON UPDATEandON DELETEbehaviour configuration, as much as just making it impossible to store a fkey to something that doesn't existtracingin the engine #254 - would be good to at least easily see all the SQL queries toasty does, as to validate the code (and toasty) I'm writing easier; right now need to resort to temporarily tweaking local postgres config and restarting it, instead of just a RUST_LOG or application config changeRETURNINGsupport for straight UPDATE calls is annoying when using a capable database and makes for extra database roundtripsdownsupport, which is very useful for local developmentLonger term future blockers
Nice to have's
postgrescrate #651 - unnecessary depAll reactions