Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有任何 javascript 库可以somefile.sqlite3在 javascript 中打开文件,然后对其执行一组可预测的 SQL 查询?
somefile.sqlite3
我不知道任何可以打开的库,更不用说从浏览器查询 sqlite3 文件了。浏览器中的二进制数据支持乏善可陈,即使您完全跳过了打开文件的必要环节。