mirror of
https://github.com/status-im/migrate.git
synced 2025-02-25 17:26:12 +00:00
10 lines
207 B
Markdown
10 lines
207 B
Markdown
# Postgres Driver
|
|
|
|
```
|
|
-url="postgres://user@host:port/database"
|
|
|
|
# thinking about adding some custom flag:
|
|
-url="postgres://user@host:port/database?schema=name"
|
|
```
|
|
|
|
* Runs all SQL commands in transcations |