Skip to content

Commit 8043e02

Browse files
committed
db connect
1 parent add76c7 commit 8043e02

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

package-lock.json

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sql/CreateDB.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ CREATE DATABASE conduit;
66
CREATE USER a WITH ENCRYPTED PASSWORD 'password';
77
GRANT ALL PRIVILEGES ON DATABASE conduit TO a;
88

9+
\connect
910
CREATE EXTENSION IF NOT EXISTS citext;
1011

0 commit comments

Comments
 (0)