ojob.io/h2/export

Usage

ojob ojob.io/h2/export url=jdbc:h2:./myDB.db user=auser pass=apassword file=backup.sql 

Description

Exports the provided H2 database into a script

Expects

Name Description
url JDBC URL or a H2 database file
user The H2 database user credential (can be encrypted)
pass The H2 database password credential (can be encrypted)
file Script file to generate with the exported database