Replies: 1 comment 1 reply
|
Not really something I want to mess with. You can use: #list has a few sql-like features as well. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Could we have something like
#sqlite <filename> <statement> [parameters] [variable]?Example usage would be something like
Parsing arguments might be a bit tricky, but after you prepare a statement you can get a list of parameters, so I figure it should be doable:
{:name} {value}pairs, bind the value and remove them from the argument listOr maybe alternatively
At the moment I'm shelling out to
sqlite3, which kind of works, but isn't ideal.All reactions