haskell-beam/beam

Support for Prepared and Procedural Statements

开放

#196 创建于 2018年4月4日

 (6 条评论) (0 个反应) (0 位负责人)Haskell (191 个派生)auto 404
enhancementgood first issuehelp wanted

仓库指标

星标
 (631 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

First, thanks for this amazing library.

Wondering if there are any plans on the roadmap to support prepared statements. Here's the documentation for Postgres, but I believe MySql and most DB's support it Postgres Prepared statements

I am also wondering if Procedural statements could be supported. I'm guessing this would have to be done in DB specific way. I think this fits in with the Custom Queries support, as sometimes I may want to leverage calling a PG/SQL function that contains Postgres logic that Beam doesn't yet support. One example is if I have Postgres with PGCrypto and I want to call a function that runs crypt

贡献者指南