Skip to content

Commit 1172019

Browse files
authoredApr 21, 2020
Merge pull request #962 from lib/update-readme
update readme
2 parents 1e00ff5 + c782d9f commit 1172019

File tree

2 files changed

+4
-99
lines changed

2 files changed

+4
-99
lines changed
 

‎CONTRIBUTING.md

-29
This file was deleted.

‎README.md

+4-70
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,11 @@
11
# pq - A pure Go postgres driver for Go's database/sql package
22

33
[![GoDoc](https://godoc.org/github.com/lib/pq?status.svg)](https://pkg.go.dev/github.com/lib/pq?tab=doc)
4-
[![Build Status](https://travis-ci.org/lib/pq.svg?branch=master)](https://travis-ci.org/lib/pq)
54

65
## Install
76

87
go get github.com/lib/pq
98

10-
## Docs
11-
12-
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-
199
## Features
2010

2111
* SSL
@@ -30,66 +20,10 @@ documentation at <https://pkg.go.dev/github.com/lib/pq?tab=doc>.
3020
* Notifications: `LISTEN`/`NOTIFY`
3121
* pgpass support
3222

33-
## Future / Things you can help with
34-
35-
* Better COPY FROM / COPY TO (see discussion in #181)
23+
## Tests
3624

37-
## Thank you (alphabetical)
25+
`go test` is used for testing. See [TESTS.md](TESTS.md) for more details.
3826

39-
Some of these contributors are from the original library `bmizerany/pq.go` whose
40-
code still exists in here.
27+
## Status
4128

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

Comments
 (0)
Please sign in to comment.