Skip to content

Instantly share code, notes, and snippets.

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

Yusuf Adeyemo Yusadolat

🏠
Working from home
View GitHub Profile
<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
// window.openDatabase( database name , version , database description, estimated size );