Exports
postgrescontains the packaged PostgreSQL actions.postgresAccount("name")selects a named PostgreSQL connection.getPostgresClientcreates the authenticated PostgreSQL client for a custom account-backed action.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run parameterized PostgreSQL queries, single statements, and transactions through a connected database role.
import {
postgres,
postgresAccount,
getPostgresClient,
} from "automate.ax/postgres"
postgres contains the packaged PostgreSQL actions.postgresAccount("name") selects a named PostgreSQL connection.getPostgresClient creates the authenticated PostgreSQL client for a custom account-backed action.