Apache Derby · Example Payload

Apache Derby Connection Config Example

ApacheDatabaseEmbeddedJavaJDBCOpen SourceRelationalSQL

Apache Derby Connection Config Example is an example object payload from Apache Derby, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

modedatabaseNamehostportuserpasswordcreateDatabasebootPassworddataEncryptionencryptionAlgorithm

Example Payload

apache-derby-connection-config-example.json Raw ↑
{
  "mode": "embedded",
  "databaseName": "mydb",
  "host": "localhost",
  "port": 1527,
  "user": "app",
  "password": "secretpassword",
  "createDatabase": "create",
  "bootPassword": "example-bootPassword",
  "dataEncryption": false,
  "encryptionAlgorithm": "AES/CBC/NoPadding"
}