Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NHibernate console

Looking for any kind of console where I could try my NHibernate HQL queries before encorporating them into my application. Something like MySql Workbench would be extremely nice to have: all I need is to type in a query and to receive the result back.

If possible, please list freeware tools first.

thanks

like image 423
BreakPhreak Avatar asked Nov 06 '22 04:11

BreakPhreak


2 Answers

It's been a while since I last used it, but I believe the NHibernate Query Analyzer can do that, at least partly. YMMV.

like image 30
Christian.K Avatar answered Nov 09 '22 15:11

Christian.K


You might be interested in these projects:

  • NHibernate Workbench
  • HQL Language Service for Visual Studio
  • NHibernate web console
like image 144
Mauricio Scheffer Avatar answered Nov 09 '22 15:11

Mauricio Scheffer