A Docker base image for the World sample database in the H2 DBMS.
World is a sample relational database created for MySQL
and ported to PostgreSQL.
This data was exported from a PostgreSQL database with INSERT statements and
cleaned up manually for compatibility with H2.
Welcome to H2, the Java SQL database. The main features of H2 are:
- Very fast, open source, JDBC API
- Embedded and server modes; in-memory databases
- Browser based Console application
- Small footprint: around 1.5 MB jar file size
See also:
- H2 website
- MySQL World database setup
- H2 World Simmer package
- More information about Docker