You do not even have to build anything. It's published to Maven along with H2: https://mvnrepository.com/artifact/com.h2database/h2-mvstore
On Monday, May 5, 2025 at 10:20:21 AM UTC-4 Basil Bourque wrote: > See the MVStore <http://www.h2database.com/html/mvstore.html> page of > documentation. > > You can access MVStore directly. > > You can even build your own library to contain just MVStore without the > SQL engine. See build instructions at bottom of that page: > > >To build just the MVStore (without the database engine), run: > ./build.sh jarMVStore > > On Thursday, January 23, 2025 at 12:52:45 PM UTC-8 Mike Goodwin wrote: > >> This is probably a bit of stretch, but I was wondering if there was any >> appetite for restructuring h2 so it works better as a relational db library. >> >> That is to say something like this. Ideally the code would exist in >> separate folders (or even better separate sub modules, which compile >> independently). The type system (and the database meta) would have to >> become somehow plugable and not hardcoded as it is currently. >> >> h2 sql/tools/types -> h2 rdbms -> mvstore >> >> This would be a big improvement in my opinion. The sql aspect whilst >> important to a lot of people also represents a lot of complexity. >> >> I will probably go down this route for my own purposes, but assuming the >> split could be done well, would the project want to incorporate such >> changes? >> >> regards, >> >> Mike >> > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to h2-database+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/h2-database/ca825355-d9b0-4ba7-8e1f-c126ce5359e8n%40googlegroups.com.