3

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

kometen
  • 6,536
  • 6
  • 41
  • 51
Jijo Bose
  • 318
  • 1
  • 7
  • 16
  • Since crystal doesn't have a repl like `irb` at present, I guess there is no such thing in `Lucky`. – halfelf Nov 21 '18 at 02:41
  • Not clear but maybe they expect you to do browser tests? https://luckyframework.org/guides/browser-tests/ – rogerdpack Nov 29 '18 at 07:47

1 Answers1

2

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.