Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Fork with pgx/v4 support and couple more improvements #32

Closed
vgarvardt opened this issue Jun 21, 2020 · 0 comments
Closed

Fork with pgx/v4 support and couple more improvements #32

vgarvardt opened this issue Jun 21, 2020 · 0 comments

Comments

@vgarvardt
Copy link

vgarvardt commented Jun 21, 2020

Hi.

Thank you for the library! I'm using it for couple my pet projects and wanted to improve it a bit and add some missing features. My PRs did not get any attention so I decided to clone the project and work on it - you can find it here https://github.com/vgarvardt/gue/tree/v1. My project references original one (this) and has the same license - MIT. Some APIs changed, but internally it is fully backward compatible with this one - table name and structire, all the queries are the same.

Some of the key changes are:

  • both pgx/v3 and pgx/v4 support via db adaptor
  • no more prepare statement call required on new connection being established in the pool
  • logger adapter with couple implementations bundled
@bgentry bgentry closed this as completed Nov 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants