Jack Christensen
70f7cad222
Add link to https://github.com/Arlandaren/pgxWrappy
2025-02-28 20:59:28 -06:00
Jack Christensen
58b05f567c
Add https://github.com/nikolayk812/pgx-outbox to README.md
...
fixes https://github.com/jackc/pgx/issues/2239
2025-01-25 08:59:52 -06:00
Jack Christensen
e87760682f
Update oldest supported Go version to 1.22
2025-01-11 07:49:50 -06:00
Jack Christensen
f681632c68
Drop PG 12 support and add PG 17 to CI
2025-01-11 07:49:26 -06:00
Jack Christensen
659823f8f3
Add link to github.com/amirsalarsafaei/sqlc-pgx-monitoring
...
fixes https://github.com/jackc/pgx/issues/2212
2024-12-30 20:27:10 -06:00
Oleksandr Redko
25329273da
Improve links in README
2024-12-18 02:02:06 +02:00
Jack Christensen
3b7fa4ce87
Use go 1.20 in go.mod
...
Future commit will be using bytes.Clone which was implemented in Go
1.20.
Also update README.md to reflect that minimum supported Go version is
1.21. But only requiring Go 1.20 in go.mod to avoid needlessly breaking
old Go when it still works.
2024-05-18 16:47:44 -05:00
Tom Payne
5c63f646f8
Add link to github.com/twpayne/pgx-geos
2024-02-04 22:04:03 -06:00
Jack Christensen
df5d00eb60
Remove PostgreSQL 11 from supported versions
2023-11-11 10:09:47 -06:00
Jack Christensen
7a4bb7edb5
Add link to pgx presentation to README.md
2023-10-20 18:49:41 -05:00
Nicola Murino
3957163808
Update supported Go versions and add 1.21 to CI
2023-10-10 20:54:54 -05:00
Jack Christensen
2506cf3666
Make CI badge link
2023-07-19 21:12:49 -05:00
Gerasimos (Makis) Maropoulos
b68e7b2a68
README: Add kataras/pgx-golog to 3rd-party loggers
2023-06-24 18:23:15 -05:00
Massimo Costa
9cfdd21f1c
feat: add reference to pgx-slog adapter
2023-06-12 09:37:20 -05:00
Pavlo Golub
c7733fe52e
Update README.md
...
add pgxmock description
2023-05-31 07:11:41 -05:00
Vinícius Garcia
84eb2e460a
Add KSQL on the 3rd party section of the README
2023-04-11 17:53:38 -05:00
Ch. König
9567297815
add `mgx` module reference to the readme file
2023-02-17 08:58:34 -06:00
Jack Christensen
98543e0354
Update supported Go versions and add 1.20 to CI
2023-02-04 07:01:03 -06:00
Stephen Afam-Osemene
5177e1a8df
Add `stephenafamo/scan` reference to README.md
2022-12-27 10:13:36 -06:00
Wagner Camarao
c514b2e0c3
add `pmx` module reference to the readme file
2022-12-23 13:51:59 -06:00
Jack Christensen
1376a2c0ed
Update Go doc badge
2022-11-12 09:23:07 -06:00
Jack Christensen
932f676cfd
Remove PG 10 from CI and add PG 15 to CI
...
PG 10 is now out of support.
2022-11-12 09:20:48 -06:00
Jack Christensen
55b5067ddd
Improve testing / contributing instructions
...
* Extract CONTRIBUTING.md
* Add instructions and scripts to setup standalone PostgreSQL server
that tests the various connection and authentication types.
2022-10-29 17:14:09 -05:00
Jack Hopner
55d5d036c0
add pgx xray tracer to readme
2022-10-27 19:42:36 -05:00
Jack Christensen
4f1a8084f1
Various doc and changelog tweaks
2022-09-17 09:03:48 -05:00
Jack Christensen
1453cd4b97
Update v5 status
2022-08-06 07:11:11 -05:00
Jack Christensen
78875bb95a
Add tracing support
...
Replaces existing logging support. Package tracelog provides adapter for
old style logging.
https://github.com/jackc/pgx/issues/1061
2022-07-16 12:27:10 -05:00
Jack Christensen
e7eb8a3250
Use netip package for representing inet and cidr types
2022-07-10 14:31:55 -05:00
Jack Christensen
81d55568f6
Clarify v5 supported Go version plans
...
fixes https://github.com/jackc/pgx/issues/1197
2022-04-28 08:13:51 -05:00
Jack Christensen
1f4b34f932
Merge branch 'master' into v5-dev
2022-04-23 11:05:24 -05:00
Jack Christensen
791176f4fe
Add link to github.com/vgarvardt/pgx-google-uuid
2022-04-23 10:26:41 -05:00
Jack Christensen
c6335a30d0
Add link to github.com/vgarvardt/pgx-google-uuid
2022-04-23 10:25:08 -05:00
Jack Christensen
c74f3f058f
Add link to https://github.com/otan/gopgkrb5
2022-04-21 20:08:28 -05:00
Jack Christensen
8c18d7808b
Add documentation
2022-03-19 17:01:12 -05:00
Jack Christensen
4b6d527b0b
Merge branch 'master' into v5-dev
2022-02-12 09:22:37 -06:00
Jack Christensen
3650fc9f68
Remove comparison with alternatives from readme
...
lib/pq and go-pg are both in maintenance mode. No point in comparison.
2022-02-12 09:19:55 -06:00
Jack Christensen
d2dc20af81
Link to extensions
2021-12-11 15:32:52 -06:00
Jack Christensen
72cc95e4dd
Bump module version to v5
2021-12-11 13:29:03 -06:00
Jack Christensen
0e293b966c
Finish import of pgconn
2021-12-04 14:06:57 -06:00
Jack Christensen
7e13db4538
Finish import of pgtype repo
...
Fix some tests that broke by merging repos
Tweak readme wording
2021-12-04 13:45:57 -06:00
Jack Christensen
09c360f8aa
Update supported / tested platforms
2021-11-20 10:25:10 -06:00
Jeff Widman
ce81f577a9
Clarify that `COPY` is a specific command
...
COPY is a specific postgres command.
2021-10-02 07:41:49 -05:00
alex
e722ca608c
added url connection example
2021-04-17 09:56:17 -05:00
Jack Christensen
0cc35d7a60
Update supported versions
2021-03-06 17:25:15 -06:00
Jack Christensen
927a15124e
Update supported versions
2021-02-13 10:59:00 -06:00
Jack Christensen
0cbbf55dde
Fix typo
2020-12-12 08:28:55 -06:00
Jack Christensen
5b498c4529
Link to https://github.com/georgysavva/scany
...
refs #788
2020-07-13 07:18:36 -05:00
Jack Christensen
0d82849554
Link directly to geeting started guide
2020-05-16 10:50:30 -05:00
Jack Christensen
173227a6e3
Link to wiki from README.
2020-05-16 10:10:07 -05:00
Jack Christensen
e3519cfd75
Document supported versions
2020-05-09 10:24:58 -05:00