Apache Derby · Schema

ConnectionConfig

JDBC connection configuration for Apache Derby in embedded or client/server mode.

ApacheDatabaseEmbeddedJavaJDBCOpen SourceRelationalSQL

Properties

Name Type Description
mode string Derby deployment mode.
databaseName string Database name or path to create/connect to.
host string Network Server hostname (client mode only).
port integer Network Server port (client mode only).
user string Database user (when authentication is enabled).
password string Database password (when authentication is enabled).
createDatabase string Create the database if it does not exist.
bootPassword string Boot password for encrypted databases.
dataEncryption boolean Enable data-at-rest encryption for this database.
encryptionAlgorithm string Encryption algorithm for encrypted databases.
View JSON Schema on GitHub