mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
5 lines
114 B
TypeScript
5 lines
114 B
TypeScript
import SQL from "postgres";
|
|
|
|
const postgres = SQL(`${process.env.POSTGRES_URL || ""}`);
|
|
|
|
export default postgres;
|