How can I test/write queries in a terminal (Query Interface) for Lucky Framework
(similar to rails console in RoR)
How can I test/write queries in a terminal (Query Interface) for Lucky Framework
(similar to rails console in RoR)
The lucky exec command will open a text editor in which you can type commands like in rails c.
It will compile your instructions and output the result.