I’m using the H2 Database embedded mode to connect to local databases, but, is it possible to open a database file located on a remote server, using HTTPS?
The goal is to use a dropbox file: https://dl.dropbox.com/…/database
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could implement a HTTP(S) file system, using the file system abstraction layer of H2.
Quite a few implementations are included in H2 (reading from Jar, Zip, in-memory, NIO,…)