If you perform a write like this one: ```sql create view blah as select * from foo; ``` It would be nice to show a confirmation message like this: > View created: [blah](http://www.example.com) This could be achieved for a bunch of common cases using really simple regular expressions.