Query Interface for Lucky Framework

Viewed 197

How can I test/write queries in a terminal (Query Interface) for Lucky Framework
(similar to rails console in RoR)

1 Answers

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.

Related