v0.2.1
Improvements
- Added
__repr__toConnectionandGCPConnectionfor easier debugging>>> conn = get_connection("my_pg") >>> conn Connection(name='my_pg', type='postgres')
Stats
- Tests: 146 → 148
__repr__ to Connection and GCPConnection for easier debugging
>>> conn = get_connection("my_pg")
>>> conn
Connection(name='my_pg', type='postgres')