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