@@ -0,0 +1,10 @@
import { Pool } from 'pg';
const pool = new Pool({
connectionString: process.env.DATABASE_URL,
});
export const db = {
query: (text: string, params?: any[]) => pool.query(text, params),
pool,
};
The note is not visible to the blocked user.