prisma / quaint

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

perf(pg): remove one roundtrip on connection #441

Closed Weakky closed 1 year ago

Weakky commented 1 year ago

Overview

Removes one roundtrip to set the client-encoding and search_path. Both can be set through client options.