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
To re(create) the slick classes from an existing database schema, adjust all database connection details in `build.sbt`, then run `sbt slickGen`. This would typically be done after manipulating the database schema, to keep slick in sync.
Note about going the opposite direction: to create the database schema, from the slick generated classes which are part of this repo, need to use the DDL part of slick api, not currently implemented yet for this project (but should be simple).