mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +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