better handling of postgres options

This commit is contained in:
Robin Appelman 2026-03-02 22:14:44 +01:00
commit a8f4622c1a
5 changed files with 86 additions and 37 deletions

View file

@ -16,6 +16,7 @@ miette = "7.4.0"
urlencoding = "2.1.3"
form_urlencoded = "1.2.1"
itertools = "0.14.0"
indexmap = "2.13.0"
[dev-dependencies]
miette = { version = "7.4.0", features = ["fancy"] }