Jump to content

Web SQL Database: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Ashkyd (talk | contribs)
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.
No edit summary
Line 16: Line 16:
* [http://www.w3.org/TR/webdatabase/ W3C Web SQL Database Working Draft]
* [http://www.w3.org/TR/webdatabase/ W3C Web SQL Database Working Draft]
* [http://www.infoq.com/news/2010/02/Web-SQL-Database infoq.com article]
* [http://www.infoq.com/news/2010/02/Web-SQL-Database infoq.com article]
* [http://caniuse.com/sql-storage]
{{Use dmy dates|date=March 2011}}
{{Use dmy dates|date=March 2011}}



Revision as of 11:54, 13 August 2014

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

  1. ^ a b "Web SQL Database (W3C Working Group Note)". W3.org. Retrieved 25 October 2011.
  2. ^ Fette, Ian (25 January 2010). "Chromium Blog: More Resources for Developers". Blog.chromium.org. Retrieved 7 September 2013.
  3. ^ a b "Can I use Web SQL Database". Caniuse.com. Retrieved 7 September 2013.