sqlx doesn't come with a type safe query builder, so I guees it's just "write the query and hope it works runtime". Does someone have the need to have it checked before have it fail at runtime? Like, some sort of ts plugin that checks queries wrapped by sql or a command that checks them on a live db instance? Or something else?