Hi,
I am using h2 db, below is my connection string.
jdbc:h2:file:${dbstorage.path}/dbstore;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;IFEXISTS=FALSE;AUTO_SERVER=TRUE;MULTI_THREADED=TRUE;CACHE_SIZE=131072;MVCC=FALSE;
I was reading about MVStore, so I was wondering what would the connection string would be in case I need to try out ?
-
Jai