Releases: anton7r/pgxe
Releases · anton7r/pgxe
v0.5.1 - Updated dependencies
v0.5.0 - Improving configuration
- Added more options to configuration
- Renamed DbName to Database in configuration
- Renamed DbPort to Port in configuration
v0.4.0 - Improving configuration
- Added the possibilty to add a logger and define sslmode in the configuration
- Updated dependencies
v0.3.0 Prepared statements
In this version we have added support for prepared statements.
Added more tests.
v0.2.0 - Overhaul
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
v0.1.0 - Fast
Brings speed improvements to named queries
v0.0.1 - First version
Most likely has some bugs and features missing but it is nearly usable in production