Skip to content

Releases: anton7r/pgxe

v0.5.1 - Updated dependencies

23 Nov 12:48
Compare
Choose a tag to compare

As the title implies this version just updates the dependencies

v0.5.0 - Improving configuration

29 Aug 08:21
Compare
Choose a tag to compare
  • Added more options to configuration
  • Renamed DbName to Database in configuration
  • Renamed DbPort to Port in configuration

v0.4.0 - Improving configuration

28 Aug 21:38
Compare
Choose a tag to compare
  • Added the possibilty to add a logger and define sslmode in the configuration
  • Updated dependencies

v0.3.0 Prepared statements

06 Aug 22:01
Compare
Choose a tag to compare

In this version we have added support for prepared statements.

Added more tests.

v0.2.0 - Overhaul

24 Jun 16:36
Compare
Choose a tag to compare

This version brings major changes to nearly everything in this package:
This version changes how named queries work, before we allowed named queries to be non-case sensitive but now they are, this is because having them be case sensitive increases performance.

Also in this version we added a way to do prepared queries which are useful in a high performance environment

v0.1.1

26 Mar 13:31
Compare
Choose a tag to compare

Update go mod

v0.1.0 - Fast

20 Mar 15:09
Compare
Choose a tag to compare

Brings speed improvements to named queries

v0.0.1 - First version

19 Mar 21:31
Compare
Choose a tag to compare

Most likely has some bugs and features missing but it is nearly usable in production