databse remote connection
This commit is contained in:
@ -6,7 +6,7 @@ const client = new Client(postgresSQL);
|
||||
async function connect() {
|
||||
try{
|
||||
await client.connect();
|
||||
console.log("connected!");
|
||||
console.log("Database connected!");
|
||||
}
|
||||
catch(error)
|
||||
{
|
||||
|
Reference in New Issue
Block a user