Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
physicsguy
on June 29, 2022
|
parent
|
context
|
favorite
| on:
SQLite or PostgreSQL? It's Complicated
I tend to do things like (after launching container):
docker exec postgres psql -h localhost -p 5432 -U ${DBADMINUSER} -c "some SQL statement"
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
docker exec postgres psql -h localhost -p 5432 -U ${DBADMINUSER} -c "some SQL statement"