divanvisagie / webdb.js

Web interface and devtools Script for handling websql
http://divanvisagie.github.io/webdb.js/
0 stars 1 forks source link

Sidebar drilldown #6

Closed divanvisagie closed 11 years ago

divanvisagie commented 11 years ago

Give the sidebar the capability to drill down into the database

divanvisagie commented 11 years ago

@DylanKnevitt The drilldown is now working by pulling data from sqlite_master however this functionality should be extended to show table names as well.

The only way to get db names seems to be to read the table's initialising statement. While it would make sense to put the parser for this in sqlParser.js , it would also be nice to have in the webdb.js devtools script, so i think we should build the parser for this in there, thoughts?

PS: further dev for this is dependant on https://github.com/divanvisagie/webdb.js/issues/1 so im closing this particular issue.