Route Aurora (PostgreSQL-compatible) traffic through Isofold for transparent optimization.
postgres://user:password@myteam.proxy.isofold.com:5432/dbname
psql
psql "postgres://user:password@myteam.proxy.isofold.com:5432/dbname"
import { Pool } from 'pg' const pool = new Pool({ connectionString: 'postgres://user:password@myteam.proxy.isofold.com:5432/dbname' })
export ISOFOLD_VERIFY_MODE=true