You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For detailed documentation and basic usage examples, please see the package
13
-
documentation at <https://pkg.go.dev/github.com/lib/pq?tab=doc>.
14
-
15
-
## Tests
16
-
17
-
`go test` is used for testing. See [TESTS.md](TESTS.md) for more details.
18
-
19
9
## Features
20
10
21
11
* SSL
@@ -30,66 +20,10 @@ documentation at <https://pkg.go.dev/github.com/lib/pq?tab=doc>.
30
20
* Notifications: `LISTEN`/`NOTIFY`
31
21
* pgpass support
32
22
33
-
## Future / Things you can help with
34
-
35
-
* Better COPY FROM / COPY TO (see discussion in #181)
23
+
## Tests
36
24
37
-
## Thank you (alphabetical)
25
+
`go test` is used for testing. See [TESTS.md](TESTS.md) for more details.
38
26
39
-
Some of these contributors are from the original library `bmizerany/pq.go` whose
40
-
code still exists in here.
27
+
## Status
41
28
42
-
* Andy Balholm (andybalholm)
43
-
* Ben Berkert (benburkert)
44
-
* Benjamin Heatwole (bheatwole)
45
-
* Bill Mill (llimllib)
46
-
* Bjørn Madsen (aeons)
47
-
* Blake Gentry (bgentry)
48
-
* Brad Fitzpatrick (bradfitz)
49
-
* Charlie Melbye (cmelbye)
50
-
* Chris Bandy (cbandy)
51
-
* Chris Gilling (cgilling)
52
-
* Chris Walsh (cwds)
53
-
* Dan Sosedoff (sosedoff)
54
-
* Daniel Farina (fdr)
55
-
* Eric Chlebek (echlebek)
56
-
* Eric Garrido (minusnine)
57
-
* Eric Urban (hydrogen18)
58
-
* Everyone at The Go Team
59
-
* Evan Shaw (edsrzf)
60
-
* Ewan Chou (coocood)
61
-
* Fazal Majid (fazalmajid)
62
-
* Federico Romero (federomero)
63
-
* Fumin (fumin)
64
-
* Gary Burd (garyburd)
65
-
* Heroku (heroku)
66
-
* James Pozdena (jpoz)
67
-
* Jason McVetta (jmcvetta)
68
-
* Jeremy Jay (pbnjay)
69
-
* Joakim Sernbrant (serbaut)
70
-
* John Gallagher (jgallagher)
71
-
* Jonathan Rudenberg (titanous)
72
-
* Joël Stemmer (jstemmer)
73
-
* Kamil Kisiel (kisielk)
74
-
* Kelly Dunn (kellydunn)
75
-
* Keith Rarick (kr)
76
-
* Kir Shatrov (kirs)
77
-
* Lann Martin (lann)
78
-
* Maciek Sakrejda (uhoh-itsmaciek)
79
-
* Marc Brinkmann (mbr)
80
-
* Marko Tiikkaja (johto)
81
-
* Matt Newberry (MattNewberry)
82
-
* Matt Robenolt (mattrobenolt)
83
-
* Martin Olsen (martinolsen)
84
-
* Mike Lewis (mikelikespie)
85
-
* Nicolas Patry (Narsil)
86
-
* Oliver Tonnhofer (olt)
87
-
* Patrick Hayes (phayes)
88
-
* Paul Hammond (paulhammond)
89
-
* Ryan Smith (ryandotsmith)
90
-
* Samuel Stauffer (samuel)
91
-
* Timothée Peignier (cyberdelia)
92
-
* Travis Cline (tmc)
93
-
* TruongSinh Tran-Nguyen (truongsinh)
94
-
* Yaismel Miranda (ympons)
95
-
* notedit (notedit)
29
+
This package is effectively in maintenance mode and is not actively developed. Small patches and features are only rarely reviewed and merged. We recommend using [pgx](https://github.com/jackc/pgx) which is actively maintained.
0 commit comments