Does a javascript ODBC driver exist that works over websockets? If not, is it feasible?<p>I'd like to be able to send queries to an SQL database directly from the browser, with no proxy.
OK - perhaps dumb question - but what is the problem with AJAX and a web service to return the SQL query results in (say) JSON format? It is pretty simple and works very well.<p>The concept of an ODBC driver being run directly from Javascript if not to something like a "sandboxed" instance of SQLight is a bit worrying on security grounds.