URL

Description

The jdbc url to use to connect to the database.

Note: Only certain JDBC drivers are packaged with migratedb. If your driver is not packaged, then you need to ensure it is available on the classpath (see Adding to the classpath).

Usage

This configuration parameter will only be used in the command line version of MigrateDB.

Command line

./migratedb -url=jdbc:h2:mem:migratedb_db info

Configuration File

migratedb.url=jdbc:h2:mem:migratedb_db

Environment Variable

MIGRATEDB_URL=jdbc:h2:mem:migratedb_db