Wasm Directoryalpha
Record

list-connection-pools-response-pools-item-private-connection

No description available.

record list-connection-pools-response-pools-item-private-connection {
  database: option​<string>,
  host: option​<string>,
  password: option​<string>,
  port: option​<s32>,
  ssl: option​<bool>,
  uri: option​<string>,
  user: option​<string>,
}

Fields

NameTypeDescription
databaseoption​<string>
hostoption​<string>
passwordoption​<string>
portoption​<s32>
ssloption​<bool>
urioption​<string>
useroption​<string>