KenCorbettJr / html5sql

A helper javascript module for creating and working with HTML5 Web Databases.
http://kencorbettjr.github.io/html5sql/
MIT License
83 stars 64 forks source link

Feature: interactive demo with console #8

Open konsumer opened 9 years ago

konsumer commented 9 years ago

I made a lil tool & tutorial to help a friend learn SQL that uses html5sql.js, and thought you might like it. You can see the tool, here. It syntax-highlights & auto-completes SQL & table/columns.

konsumer commented 9 years ago

also it can import/export sql files, which is handy for a demo.