news-analyze/server/components/postgres.ts

7 lines
No EOL
118 B
TypeScript

import { SQL } from "bun";
const postgres = new SQL({
url: process.env.POSTGRES_URL,
})
export default postgres;