You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate db files during hanami generate slice (#197)
* Add .keep file for app/relations, reorder expectations
* Fix comment
* Create db/.keep
* Alphabetize DB generations
* Add base Repo and repos folder
* Add base Relation and relations folder
* Add base Struct and structs folder
* Only generate db/.keep if sqlite
* Add --skip-db to generate slice
* Add --app-db to generate slice
* Add --slice-db to generate slice
* Disallow incompatible options
* Simplify comment
* Separate default value and conflicting options logic
* Remove db options
* Remove spurious requires
Our Zeitwerk autoloading will take care of making these constants available for us.
---------
Co-authored-by: Tim Riley <[email protected]>
0 commit comments