yesodweb / persistent

Persistence interface for Haskell allowing multiple storage methods.
MIT License
467 stars 297 forks source link

Support Prepared Statments for Postgres #1539

Open kderme opened 4 months ago

kderme commented 4 months ago

The Postgres client currently doesn't use prepared statemtnt, even though they are supported in Postgres. Any reason they are not supported and any plans to have them?