Web SQL Database: Difference between revisions
Appearance
Content deleted Content added
Filling in 3 references using Reflinks |
Removed "available in Firefox via a plugin" because it's not practical or especially notable, and added a link to IndexedDB in the body copy. |
||
Line 1: | Line 1: | ||
'''Web SQL Database''' is a web page [[Application programming interface|API]] for storing data in [[database]]s that can be queried using a variant of [[SQL]].<ref name="webdatabase-spec">{{cite web|url=http://www.w3.org/TR/webdatabase/ |title=Web SQL Database (W3C Working Group Note)|publisher=W3.org |date= |accessdate=2011-10-25}}</ref> |
'''Web SQL Database''' is a web page [[Application programming interface|API]] for storing data in [[database]]s that can be queried using a variant of [[SQL]].<ref name="webdatabase-spec">{{cite web|url=http://www.w3.org/TR/webdatabase/ |title=Web SQL Database (W3C Working Group Note)|publisher=W3.org |date= |accessdate=2011-10-25}}</ref> |
||
The API is supported by [[Google Chrome]],<ref>{{cite web|last=Fette |first=Ian |url=http://blog.chromium.org/2010/01/more-resources-for-developers.html |title=Chromium Blog: More Resources for Developers |publisher=Blog.chromium.org |date=2010-01-25 |accessdate=2013-09-07}}</ref> [[Opera (web browser)|Opera]],<ref name="caniuse">{{cite web|url=http://caniuse.com/sql-storage |title=Can I use Web SQL Database |publisher=Caniuse.com |date= |accessdate=2013-09-07}}</ref> [[Safari (web browser)|Safari]]<ref name="caniuse"/> and [[Android Browser]] |
The API is supported by [[Google Chrome]],<ref>{{cite web|last=Fette |first=Ian |url=http://blog.chromium.org/2010/01/more-resources-for-developers.html |title=Chromium Blog: More Resources for Developers |publisher=Blog.chromium.org |date=2010-01-25 |accessdate=2013-09-07}}</ref> [[Opera (web browser)|Opera]],<ref name="caniuse">{{cite web|url=http://caniuse.com/sql-storage |title=Can I use Web SQL Database |publisher=Caniuse.com |date= |accessdate=2013-09-07}}</ref> [[Safari (web browser)|Safari]]<ref name="caniuse"/> and the [[Android Browser]]. |
||
The [[W3C]] Web Applications Working Group ceased working on the specification in November 2010, citing a lack of independent implementations (i.e., the use of a database system other than [[SQLite]] as the backend) as the reason the specification could not move forward to become a W3C Recommendation.<ref name="webdatabase-spec"/> |
The [[W3C]] Web Applications Working Group ceased working on the specification in November 2010, citing a lack of independent implementations (i.e., the use of a database system other than [[SQLite]] as the backend) as the reason the specification could not move forward to become a W3C Recommendation.<ref name="webdatabase-spec"/> One potential alternative storage standard is [[Indexed Database API|IndexedDB]]. |
||
==See also== |
==See also== |
Revision as of 23:01, 18 September 2013
Web SQL Database is a web page API for storing data in databases that can be queried using a variant of SQL.[1]
The API is supported by Google Chrome,[2] Opera,[3] Safari[3] and the Android Browser.
The W3C Web Applications Working Group ceased working on the specification in November 2010, citing a lack of independent implementations (i.e., the use of a database system other than SQLite as the backend) as the reason the specification could not move forward to become a W3C Recommendation.[1] One potential alternative storage standard is IndexedDB.
See also
References
- ^ a b "Web SQL Database (W3C Working Group Note)". W3.org. Retrieved 25 October 2011.
- ^ Fette, Ian (25 January 2010). "Chromium Blog: More Resources for Developers". Blog.chromium.org. Retrieved 7 September 2013.
- ^ a b "Can I use Web SQL Database". Caniuse.com. Retrieved 7 September 2013.
External links