Tagged Questions
1
vote
4answers
172 views
What's the easiest way to expose a SQL interface to my application?
I'm working on an application which stores data in tables, similar to an RDBMS. I'm looking for a way to let my users query this data using SQL. Ideally, I'd like to do this without having to ...