proxy.golang.org : github.com/riverqueue/river/riverdriver/riverdatabasesql : v0.27.0
Package riverdatabasesql bundles a River driver for Go's built-in database/sql, making it interoperable with ORMs like Bun and GORM. It's generally still powered under the hood by Pgx because it's the only maintained, fully functional Postgres driver in the Go ecosystem, but it uses some lib/pq constructs internally by virtue of being implemented with Sqlc.
Registry -
Documentation -
Download -
JSON -
codemeta.json
purl: pkg:golang/github.com/riverqueue/river/riverdriver/riverdatabasesql@v0.27.0
Published:
Indexed:
Loading...
Readme
Loading...
Dependencies
- github.com/davecgh/go-spew v1.1.1
- github.com/jackc/pgpassfile v1.0.0
- github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
- github.com/jackc/pgx/v5 v5.7.6
- github.com/jackc/puddle/v2 v2.2.2
- github.com/lib/pq v1.10.9
- github.com/pmezard/go-difflib v1.0.0
- github.com/riverqueue/river v0.27.0
- github.com/riverqueue/river/riverdriver v0.27.0
- github.com/riverqueue/river/riverdriver/riverpgxv5 v0.27.0
- github.com/riverqueue/river/rivershared v0.27.0
- github.com/riverqueue/river/rivertype v0.27.0
- github.com/stretchr/testify v1.11.1
- github.com/tidwall/gjson v1.18.0
- github.com/tidwall/match v1.1.1
- github.com/tidwall/pretty v1.2.1
- github.com/tidwall/sjson v1.2.5
- go.uber.org/goleak v1.3.0
- golang.org/x/crypto v0.37.0
- golang.org/x/sync v0.18.0
- golang.org/x/text v0.30.0
- gopkg.in/yaml.v3 v3.0.1