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.
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.