Skip to content

Instantly share code, notes, and snippets.

View Snickdx's full-sized avatar
🏠
Working from home

Nicholas Mendez Snickdx

🏠
Working from home
View GitHub Profile
@Snickdx
Snickdx / webssql.htm
Created December 6, 2015 01:52 — forked from andyj/webssql.htm
Look at the basics of WebSQL
<html>
<head>
<title>Look at WebSQL</title>
<script>
// Through the code below remember essentialy there are just 3 core methods we tend to use
// openDatabase
// transaction
// executeSql
// Opening a connection