musarehmani100's picture
Upload folder using huggingface_hub
3206347 verified
import pg from 'pg';
const client = new pg.Client({
host: 'localhost',
user: 'postgres',
port: 5432,
});
export default client;