We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334994d commit 5f0b7ceCopy full SHA for 5f0b7ce
README.md
@@ -22,7 +22,7 @@ import {createDb, migrate} from "postgres-migrations"
22
23
async function() {
24
const dbConfig = {
25
- database: "database-name"
+ database: "database-name",
26
user: "postgres",
27
password: "password",
28
host: "localhost",
0 commit comments