Replies: 5 comments 1 reply
-
Hey @tjyang, I believe that introducing more flags to the CLI can add complexity for both users and in the codebase. Our default and recommended choice is Postgres. However, users always have the flexibility to customize their preferences by making changes in the configuration. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hi
|
Beta Was this translation helpful? Give feedback.
-
We also automate the template creation with shell command., take a look here: https://github.com/loco-rs/loco/blob/master/loco-gen/tests/db.rs#L47 |
Beta Was this translation helpful? Give feedback.
-
Thank you @kaplanelad. Template creation using command arguments is much cleaner.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Request
Please add more command line options to automate new loco app interactive creation by loco command line from loco-cli crate.
Existing interactive workflow
Describe the solution you'd like
loco --name myapp3 --db=sqlite --starter=saas new
Beta Was this translation helpful? Give feedback.
All reactions