prisma / quaint

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

Enabling statement cache for PostgreSQL #143

Closed pimeys closed 4 years ago

pimeys commented 4 years ago

Adds a new parameter statement_cache_size to enable statement caching for PostgreSQL. By default 0, meaning no cache. If pgbouncer flag is on, cache will be disabled.

issue: https://github.com/prisma/prisma/issues/2720