Console?
- 
 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;
- 
 @jonas Is there a way to play the result of the query? That would be a pretty awesome feature. 
