2
0

Add bytea

This commit is contained in:
Jack Christensen
2017-03-09 21:07:40 -06:00
parent fa36ad9196
commit bac4af13bb
4 changed files with 255 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ type _int32Slice []int32
type _int64Slice []int64
type _float32Slice []float32
type _float64Slice []float64
type _byteSlice []byte
func mustConnectPgx(t testing.TB) *pgx.Conn {
config, err := pgx.ParseURI(os.Getenv("DATABASE_URL"))