I have a large database that I want to open in read-only mode... I\'m using SQLiteJDBC and am not sure what to use to get it to work as read-only.
Can anyone help?>
Just want to add that when using HikariCP, you need two datasource properties:
readOnly=true dataSource.open_mode=1