migrate/driver/postgres/README.md

10 lines
207 B
Markdown
Raw Normal View History

2014-08-11 03:42:57 +02:00
# 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