1
0
mirror of https://github.com/hpware/news-analyze.git synced 2025-07-15 10:29:32 +08:00
2025-05-13 23:20:38 +08:00

6 lines
114 B
TypeScript

import SQL from "postgres";
const postgres = SQL(`${process.env.POSTGRES_URL || ""}`);
export default postgres;