You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the SELECT and INSERT commands can only construct very simple SQL statements, since we couldn't find a nice library that produces SQL from JSON. Writing our own would be quite complex - if someone knows a good library or wants to volunteer on writing a nicer version, please add pull requests :)
The text was updated successfully, but these errors were encountered:
Yes sorry I did find that but hadn't found a good open source library for simple SQL generation (so I don't have to worry about injection). Have it working nicely with "prepared" now and this https://gist.github.com/agentgt/3650165
Right now, the SELECT and INSERT commands can only construct very simple SQL statements, since we couldn't find a nice library that produces SQL from JSON. Writing our own would be quite complex - if someone knows a good library or wants to volunteer on writing a nicer version, please add pull requests :)
The text was updated successfully, but these errors were encountered: