I'm used to work on Ruby on Rails projects and to use the rails console
command to test all my models before doing anything else. I've recently switched to the Play Framework 2.4.x due to some choices made where I work.
I'm searching for an equivalent of this console to test my models with the database I provided inside the application.conf
(db.default.url
). How can I do this ?
Little bonus question : if it exists, is there any way to integrate it with IntelliJ ?