mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 20:51:25 +03:00
rebase
This commit is contained in:
parent
2ea972e77d
commit
80d1e1c051
4 changed files with 25 additions and 37 deletions
8
postgresql.js
Normal file
8
postgresql.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
const pg = require("pg");
|
||||
const pool = new pg.Pool({
|
||||
user: "",
|
||||
password: "",
|
||||
host: "",
|
||||
port: 5432,
|
||||
database: ""
|
||||
})
|
Loading…
Add table
Reference in a new issue