Much Promised Feature
I’m pretty happy with 0.5. It adds one of the core features listed as a goal of this project, which is Stored Procedures. You can now view, modify, and delete stored procedures. They’re are a few kinks to be worked out like the fact that certain rare procedures refuse to be viewed/modified but can be executed. One cool feature is that procedures that have values being passed into them can auto-parse, so when you go to execute them it knows what you could/should be sending in. This feature needs a little more work to make allowances for all the ways procedures are written, but it’s there at a basic level and it works. Stored procedures are available at the bottom of the database properties page, or by right clicking on the database itself in the menu. The tables in the menu all have a context menu as well so give them a right click and see what you think.