-
Notifications
You must be signed in to change notification settings - Fork 75
adding a org.h2.Driver driver in order to read from an existing database.
have issue getting connected to database. any special configuration ?
Using a h2 database file : mydbfile.mv.db and a org.h2.Driver.
jdbc url template = jdbc:h2:file:dbname;AUTO_SERVER=TRUE;IFEXISTS=TRUE
I tested the driver with a spring boot and i get access to data with CRUD operations.
using : h2-2.4.240.jar
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment