blob: 9481ee63500eda9ca7a09836c204a1e1ca256eb3 [file] [log] [blame]
# JDBC properties for Mckoi 1.0.3
# Use this property if ddlutils does not recognize the platform from the settings
#ddlutils.platform=Mckoi
# Properties starting with "datasource." will be fed into the datasource instance of the
# class configured via the datasource.class property
datasource.class=org.apache.commons.dbcp.BasicDataSource
datasource.driverClassName=com.mckoi.JDBCDriver
datasource.username=ddlutils
datasource.password=ddlutils
# Embedded mode
#datasource.url=jdbc:mckoi:local://./target/database/ddlutils_mckoi
# Client/server mode
datasource.url=jdbc:mckoi://localhost