migrate/driver/postgres/README.md
2014-08-11 03:42:57 +02:00

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