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
Currently, the relational database uses SQLite with hardwired SQL. Maybe this could be refactored to use the Spring JPA API?
Hence, the application would be able to handle multiple database implementations (including production-ready setups, e.g. with PostgreSQL) without changes to the code, just by providing different drivers and JDBC connection strings.
The text was updated successfully, but these errors were encountered:
Currently, the relational database uses SQLite with hardwired SQL. Maybe this could be refactored to use the Spring JPA API?
Hence, the application would be able to handle multiple database implementations (including production-ready setups, e.g. with PostgreSQL) without changes to the code, just by providing different drivers and JDBC connection strings.
The text was updated successfully, but these errors were encountered: