SQLStrings.jl
SQLStrings.jl copied to clipboard
Safe interpolations for SQL query strings
This may not be an issue, rather just a question. Using LibPQ when I try to execute multiple statements separated by semicolon as one execution (SQLStrings.prepare + LibPQ.execute) I am...
Hey, this package is great. I'm just having one issue with trying to pass the table as an argument, e.g. ``` table = "foo" runquery(conn, sql`CREATE TABLE $table (email text,...
I came across this little package and it's great! Exactly what I was looking for when working with LibPQ, which doesn't provide named parameters. I would find it more useful...
Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...