import postgres from 'npm:postgres';
const client = postgres({
user: 'postgres',
database: 'test',
hostname: 'localhost',
port: 5433,
password: 'example'
});
import postgres from 'npm:postgres';
const client = postgres({
user: 'postgres',
database: 'test',
hostname: 'localhost',
port: 5433,
password: 'example'
});