WIP work on macro-based ORM layer.
This commit is contained in:
@ -22,4 +22,4 @@ delete-postgres-container:
|
||||
rm postgres.container.id
|
||||
|
||||
connect:
|
||||
PGPASSWORD=password psql -p 5500 -U postgres -h localhost
|
||||
PGPASSWORD=password psql -p 5500 -U postgres -h localhost ${DB_NAME}
|
||||
|
Reference in New Issue
Block a user