Skip to content

Releases: jczaplew/postgeo

v0.1.2

05 May 15:14
Compare
Choose a tag to compare

Includes a small but major bug fix that prevented Postgres clients from being released back into the pool upon successful query completion.

Alpha+

25 Mar 21:13
Compare
Choose a tag to compare

Changes:

  • Improved error handling. Will now return {"error": "message explaining what went wrong"} if something doesn't work right.
  • Use of a Postgres connection pool as opposed to a single client. Should make it more scalable.

Alpha

25 Mar 16:39
Compare
Choose a tag to compare

Bare bones functionality