https://github.com/google/cayley
Revision dc274dba58b118cad5db1fc0c715e5a0f5682115 authored by David Symonds on 26 February 2018, 07:20:21 UTC, committed by Denys Smirnov on 26 February 2018, 09:56:26 UTC
This was at the behest of CockroachDB engineers who say this is a much
better driver
(https://github.com/cockroachdb/cockroach/issues/17108#issuecomment-368024371).

This extends work done in #691.
1 parent 1467e17
Raw File
Tip revision: dc274dba58b118cad5db1fc0c715e5a0f5682115 authored by David Symonds on 26 February 2018, 07:20:21 UTC
Switch CockroachDB driver from lib/pq to jackc/pgx.
Tip revision: dc274db
.gitignore
*.swp
main
*.test
*.peg.go
cayley.cfg
cayley.yml
cayley.json
.cayley_history
.DS_Store

# The built binary
/cayley
/vendor
back to top