Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for carray? #60

Open
c-cube opened this issue May 2, 2024 · 1 comment
Open

support for carray? #60

c-cube opened this issue May 2, 2024 · 1 comment

Comments

@c-cube
Copy link
Contributor

c-cube commented May 2, 2024

https://sqlite.org/carray.html looks to be the best way to parametrize queries/run statements with a variadic number of arguments. For example, a select x from y where z in (<a list of values here>). It seems like the API would be reasonably compact. What do you think?

@mmottl
Copy link
Owner

mmottl commented Aug 1, 2024

Please feel free to submit a PR for any solutions, or close the issue if this is not relevant anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants