prisma / quaint

SQL Query AST and Visitor for Rust
Apache License 2.0
583 stars 61 forks source link

feat(Postgres): Support options field in connection string #339

Closed garrensmith closed 2 years ago

garrensmith commented 2 years ago

Add support for the options field in the postgres connection string https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNECT-OPTIONS

This resolves https://github.com/prisma/quaint/issues/338