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

PostgreSqlExtension

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

PostgreSql extension.

interface PostgreSqlExtension {
extension?: string;
version?: string;
}

§Properties

§
extension?: string
[src]

Required. The extension name.

§
version?: string
[src]

Required. The extension version.