mirror of
https://github.com/sahinakkaya/til.git
synced 2024-11-10 02:59:37 +01:00
10 lines
117 B
Markdown
10 lines
117 B
Markdown
```
|
|
psql dbname username
|
|
|
|
# example
|
|
|
|
psql my_database my_user
|
|
|
|
psql postgresql://localhost:5432/dbname username
|
|
```
|