Web SQL数据库
外观
Web SQL 数据库是用于将数据存储在数据库中的网页API ,这些数据库可以使用SQL的变体进行查询。[1][2]
Google Chrome,[3] Opera[4]和Android Browser均支持该API。
W3C Web 应用工作组 (Web Applications Working Group) 已于2010年11月停止研究该规范,理由是凡是使用Web SQL 数据库的瀏覽器對應的數據庫管理系統均為SQLite,無法在其他數據庫管理系統上實現,因此Web SQL 数据库无法继续成为W3C的推薦規範。[1]
Mozilla公司也是该标准的反對者之一,而同时Mozilla公司又是IndexedDB的主要支持者。[5][6]
另見
参考文献
- ^ 1.0 1.1 Web SQL Database (W3C Working Group Note). W3.org. [2011-10-25].
- ^ Nelson, Anne Fulcher, and Nelson, William Harris Morehead. (2001). Building Electronic Commerce with Web Database Constructions. Boston, MA: Addison Wesley.
- ^ Fette, Ian. Chromium Blog: More Resources for Developers. Blog.chromium.org. 2010-01-25 [2013-09-07].
- ^ Can I use Web SQL Database. Caniuse.com. [2013-09-07].
- ^ Why is WebSQL database deprecated?. Programmers Exchange.
- ^ Beyond HTML5: Database APIs and the Road to IndexedDB. Mozilla Corporation.
外部链接
- W3C Web SQL数据库工作草案
- Web SQL数据库位于Info-Q
- 我可以使用的SQL存储