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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

SQL web interface for your own data?

3 点作者 bkj123将近 10 年前
I&#x27;m writing a SQL tutorial for a bunch of marketing friends. I&#x27;d like for them to code as they go.<p>They&#x27;ve told me that I&#x27;ll lose them if I ask them to set up SQLite, MySQL, etc. on their laptops. So, I’d like to use a web-based interactive console like that on W3schools (http:&#x2F;&#x2F;www.w3schools.com&#x2F;sql&#x2F;trysql.asp?filename=trysql_select_all) with my own data. Basically load up some tables and point the users to the interface. Is anyone aware of this functionality or how to roll our own?<p>Thank you.

2 条评论

jrpt将近 10 年前
Honestly I&#x27;d just push back and have them set up MySQL, assuming they have Macs. It&#x27;s pretty simple to install. If Windows, IDK if it&#x27;s easy or hard.<p>Or you could try using a CSV plus textql<p><a href="https:&#x2F;&#x2F;github.com&#x2F;dinedal&#x2F;textql" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dinedal&#x2F;textql</a>
wyldfire将近 10 年前
deprecated-but-supported-for-now feature in browsers might be adequate? <a href="http:&#x2F;&#x2F;www.html5rocks.com&#x2F;en&#x2F;tutorials&#x2F;webdatabase&#x2F;todo&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.html5rocks.com&#x2F;en&#x2F;tutorials&#x2F;webdatabase&#x2F;todo&#x2F;</a>
评论 #9976539 未加载