<-- Offline Web App code samples
Web SQL
Hit Ctrl+Shift+I to open the Developer tools and see the data being set.
Web SQL
- This opens (or creates) a Web SQL database named `Library`.
- Creates an `authors` table
- Inserts a name record into the authors table
Result