dex/storage/sql
Stephan Renatus b1fd2fa8b1
Merge pull request #1346 from concourse/pr/postgres-unix-sockets
Use pq connection parameters instead of URLs for postgres connections

This enables the use of socket paths like /var/run/postgresql for the 'host' instead of requiring TCP. Also, we know allow using a non-default port.
2018-11-20 15:52:40 +01:00
..
config.go postgres: use connection string instead of url 2018-11-20 09:32:44 -05:00
config_test.go postgres: use connection string instead of url 2018-11-20 09:32:44 -05:00
crud.go *: github.com/coreos/dex -> github.com/dexidp/dex 2018-09-05 17:57:08 +02:00
crud_test.go storage/sql: add a SQL storage implementation 2016-10-03 12:48:19 -07:00
migrate.go storage: add connector object to backend storage. 2017-03-28 14:12:38 -07:00
migrate_test.go : update {S->s}irupsen/logrus 2017-07-25 13:46:44 -07:00
sql.go remove incomplete mysql and cockroachdb support 2018-11-16 18:07:20 +00:00
sql_test.go storage/sql: add a SQL storage implementation 2016-10-03 12:48:19 -07:00
standup.sh remove incomplete mysql and cockroachdb support 2018-11-16 18:07:20 +00:00