There is some interesting progress with my project Fatica.Labs.HqlEditor. I just want to share some screenshot:
Well, it is growing to be a real tool, and in my idea would became a sort of test bed in which the user can add or modify mapping, try the queries, change the config, export a database script, reverse engineering and so on. Actually all the low level tool to achieve that are available.
Ok, let’s explain the layout:
Some more words about the project itself: the testing environment is hosted in a separate appdomain, this will allow us to:
Let’s have another screenshot, showing a real SQL preview:
Next step is to produce the query results in some sort of usable representation ( I need to push the data across two app domain ) so I would probably use some JSON serialization and then display the JSON raw data with some readable formatting.
The project is not yet released, please treat it as a CTP ;) anyway, the svn repository is here:
https://faticalabshqled.svn.sourceforge.net/svnroot/faticalabshqled
Please comments are welcome in the original blog post.