mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-04-11 14:24:59 +00:00
* feat(postgres): add an option to specify extra options ... ... this allow you to specify stuff like search path and statement timeouts etc. * feat(postgres): set options through setting run-time parameters * feat(postgres): use flat command-list instead of hashmap * feat(postgres): make the options taking parameters with `Display` trait