Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pgx driver package #517

Merged
merged 14 commits into from
Mar 14, 2021
Merged

Commits on Feb 26, 2021

  1. Configuration menu
    Copy the full SHA
    995cc27 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. fix pgx error handling

    pgconn is a low-level library, and errors from queries flow through higher-level pgx library
    dzbee committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    420fede View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0abe9fc View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Configuration menu
    Copy the full SHA
    7f32fe6 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Configuration menu
    Copy the full SHA
    6c61cf3 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. add pgx driver to CLI

    dzbee committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    98447ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2afbd8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db16491 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Configuration menu
    Copy the full SHA
    611d4d1 View commit details
    Browse the repository at this point in the history
  2. lock pgx package at v4

    Prior to v4, pgx did not support go modules. Version locking the import is the safest way to ensure we get the (as of now) latest version of the module. Additionally v4 implements some breaking changes to connection and error handling, which are also addressed in this commit.
    dzbee committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    def44ba View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Configuration menu
    Copy the full SHA
    d6e4514 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. add pgx for builds using make

    dzbee committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    f2fa789 View commit details
    Browse the repository at this point in the history
  2. add pgx to top level docs

    dzbee committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    84b6e46 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. remove autogenerated TOC

    dzbee committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    42470f2 View commit details
    Browse the repository at this point in the history