Skip to content

Add support for github.com/jackc/pgx #8

@prochac

Description

@prochac

There are two main approaches how to use Postgres in Go. Using the stdlib abstraction *database/sql.DB or *pgx.Conn from github.com/jackc/pgx module.

The challenge is how to support v4, v5 and other future releases of the module. Meanwhile, we don't want to pollute our go.mod with all possible versions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions