TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: ODBC driver using websockets?

1 点作者 apollo大约 15 年前
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.

1 comment

bdfh42大约 15 年前
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.
评论 #1232273 未加载