// server/db/sql.js import postgres from 'postgres'; import 'dotenv/config' const sql = postgres(process.env.DATABASE_URL); export default sql;