[h2] Re: How to import a .db file into h2 database?

2018-03-16 Thread Jian Zhang
I want to read the contents in the web interface console. I used h2 in server mode and successfully launched it. The problem is that I don't know where should I put the database files(bcb.h2.db and bcb.trace.db). So, how can I read the contents of the existing database in the web console? 在

[h2] mvstore api vs berkeleydb JE?

2018-03-16 Thread Adam McMahon
Hi, I am looking for an embeddable key-value store. MVStore and Berkeley DBJE seem to be nice fits. Aside from the licensing differences, are there any major considerations when deciding between these two systems? The API of MVStore seems to have much less bloat, but any experience with

[h2] Re: How to import a .db file into h2 database?

2018-03-16 Thread Adam McMahon
Hi, I .db file is a native h2 database file. It does not need to be imported, as it is simply the database itself, it simply needs to be opened. The are several ways to open and read an h2 .db file, but the easiest way is to use the web interface console. The quick start guide will be your

[h2] How to import a .db file into h2 database?

2018-03-16 Thread Jian Zhang
Hi, I have a .db file and I don't know how to import into the h2 database since I'm new to this database engine. I have not found any useful instructions yet. Does someone know how to do with it? Thanks, Jian -- You received this message because you are subscribed to the Google Groups "H2