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
For now the application uses SQliteZioJdbcContext[SnakeCase] which is a SQLite specific solution. Changing SQlite to for example PostgreSQL would require quite a refactor. @adamw suggested that we should look for a way to generalize application code, so that a change of database would be easier.
The text was updated successfully, but these errors were encountered:
For now the application uses SQliteZioJdbcContext[SnakeCase] which is a SQLite specific solution. Changing SQlite to for example PostgreSQL would require quite a refactor. @adamw suggested that we should look for a way to generalize application code, so that a change of database would be easier.
The text was updated successfully, but these errors were encountered: