Looking for any console where I could try my NHibernate HQL queries before embedding them in my application. Something like MySql Workbench would be very nice to have: all I need to do is enter a query and return the result.
If possible, list free tools first.
thanks
You may be interested in the following projects:
It has been a while since I last used it, but I believe that the NHibernate Query Analyzer can do this, at least in part. YMMV.
A special tool will be nice, but you really don't need it. You can test your queries with unit tests and NHProfiler. If you work in a team, you can share your tests so others can find out about it.
Source: https://habr.com/ru/post/1334817/More articles:Drupal 7: How can I create a key / value field (or a group of fields, if possible)? - drupalHow to add cross fade to user interface tabs? - jqueryJSF Converter Timestamp - timestampHow can I make the NSWindow setFrame: .. animated: YES] function animated rather than up? - objective-ccheck html with a button - javascriptSQL Error CREATE TABLE - authenticationjavascript string for variable - javascriptNginx vs Node.js - reverse proxy for multiple web socket servers - node.jshow to save variable value in closure - javascriptJavaMail Store connection: connect on demand or keep in touch? - javaAll Articles