elixir-explorer / adbc

Apache Arrow ADBC bindings for Elixir
https://arrow.apache.org/adbc/
Apache License 2.0
50 stars 16 forks source link

Support for prepared queries? #49

Closed dlindenkreuz closed 10 months ago

dlindenkreuz commented 10 months ago

Browsing the codebase, I noticed that Adbc.Nif.adbc_statement_prepare() was implemented and Adbc.Statement once exposed this functionality before getting deprecated.

Are there any plans to support prepared statements again?

josevalim commented 10 months ago

Definitely, we just didn’t implement it in the new APIs. PRs exploring this are welcome.