Skip to content

TestConnectionRequestConnection

Example Usage

import { TestConnectionRequestConnection } from "fermisdk/models";

let value: TestConnectionRequestConnection = {
  host: "aching-cemetery.net",
  port: 109665,
  database: "<value>",
  username: "Ed.Marvin",
  password: "sgXgHTBu9kpQvPi",
};

Fields

Field Type Required Description
host string :heavy_check_mark: N/A
port number :heavy_check_mark: N/A
database string :heavy_check_mark: N/A
username string :heavy_check_mark: N/A
password string :heavy_check_mark: N/A
useSSL boolean :heavy_minus_sign: N/A
sslMode string :heavy_minus_sign: N/A