Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PostgreSqlSetting

import type { PostgreSqlSetting } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";

PostgreSql setting.

interface PostgreSqlSetting {
boolValue?: boolean;
intValue?: bigint;
realValue?: number;
setting?: string;
source?: string;
stringValue?: string;
unit?: string;
}

§Properties

§
boolValue?: boolean
[src]

Required. The setting boolean value.

§
intValue?: bigint
[src]

Required. The setting int value.

§
realValue?: number
[src]

Required. The setting real value.

§
setting?: string
[src]

Required. The setting name.

§
source?: string
[src]

Required. The setting source.

§
stringValue?: string
[src]

Required. The setting string value. Notice that enum values are stored as strings.

§
unit?: string
[src]

Optional. The setting unit.