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
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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
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