Skip to main content
Module

x/aether/deps.ts>ConnectionString

A Deno library to interface with the Discord API
Latest
type alias ConnectionString
import { type ConnectionString } from "https://deno.land/x/aether@v0.0.3/deps.ts";

The connection string must match the following URI structure. All parameters but database and user are optional

postgres://user:password@hostname:port/database?sslmode=mode...

You can additionally provide the following url search parameters

  • application_name
  • dbname
  • host
  • options
  • password
  • port
  • sslmode
  • user
definition: string