1 2 3 4 5
import postgres from 'postgres' const sql = postgres({ database: 'juick', host: process.env.PG_HOST }) export default sql