proxy.golang.org : github.com/riverqueue/river/riverdriver/riverdatabasesql : v0.22.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.22.0
Published:
Indexed:
Related tag:
v0.22.0
- github.com/davecgh/go-spew v1.1.1
- github.com/jackc/pgx/v5 v5.7.4
- github.com/lib/pq v1.10.9
- github.com/pmezard/go-difflib v1.0.0
- github.com/riverqueue/river v0.22.0
- github.com/riverqueue/river/riverdriver v0.22.0
- github.com/riverqueue/river/rivershared v0.22.0
- github.com/riverqueue/river/rivertype v0.22.0
- github.com/stretchr/testify v1.10.0
- 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
- gopkg.in/yaml.v3 v3.0.1