Navigation Menu

Skip to content

Releases: cityofaustin/pypgrest

v0.2.0

15 Feb 21:32
f997c5a
Compare
Choose a tag to compare
  • Adds ability to delete without providing filtering params - #5 - h/t @Charlie-Henry
client.delete(resource="my_table", force=True)

v0.1.0

14 Nov 18:37
Compare
Choose a tag to compare

Some minor but breaking API tweaks to allow more flexible usage. Notably:

  • simplified header management and ability to set them on construction and per request
  • ability to specify the resource per request rather than on construction
  • better pagination/limit handling

Also adds PyPI integration via Github actions.