Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi all,
I was wondering what the "console" (Tools → Console) is for - all it does for me is display one line of ">" for every time I press the "Run" button.
Regards, Torsten
It's for debugging, you can query the database directly. Example you can do:
SELECT * FROM songs;