diff --git a/driver/postgres/README.md b/driver/postgres/README.md index b7d12b7..e5b1b84 100644 --- a/driver/postgres/README.md +++ b/driver/postgres/README.md @@ -15,9 +15,11 @@ migrate -url postgres://user@host:port/database -path ./db/migrations up migrate help # for more info # TODO(mattes): thinking about adding some custom flag to allow migration within schemas: --url="postgres://user@host:port/database?schema=name" +-url="postgres://user@host:port/database?schema=name" + +# see more docs: https://godoc.org/github.com/lib/pq#hdr-Connection_String_Parameters ``` ## Authors -* Matthias Kadenbach, https://github.com/mattes \ No newline at end of file +* Matthias Kadenbach, https://github.com/mattes