Skip to content

v0.2.1

Choose a tag to compare

@sabrikaragonen sabrikaragonen released this 21 Feb 12:09
· 33 commits to main since this release

Improvements

  • Added __repr__ to Connection and GCPConnection for easier debugging
    >>> conn = get_connection("my_pg")
    >>> conn
    Connection(name='my_pg', type='postgres')

Stats

  • Tests: 146 → 148