Skip to content

Releases: zestones/psycopg2-wrapper

1.0.1

29 Apr 15:21
Compare
Choose a tag to compare

Psycopg2-wrapper v1.0.1 Release

Version 1.0.1 of psycopg2-wrappers introduces a refactor of the package name and removal of unnecessary files. The package is now named psycopg2-wrappers for better consistency and clarity.

1.0.0

29 Apr 14:05
138b60c
Compare
Choose a tag to compare

Psycopg2-wrapper v1.0.0 Release

Psycopg2-wrapper is a wrapper for psycopg2 that makes it easier to use. This first release includes a simple query executor and a native query executor, as well as an example for each. These executors allow you to execute SQL queries with parameters in a safe and efficient way, while handling errors and providing feedback on the execution results.

This release also includes documentation and tests to help you get started and validate the functionality of the package. We hope you find psycopg2-wrapper useful for your Python projects, and we welcome your feedback and contributions to make it even better.

What's Changed

New Contributors

Full Changelog: https://github.com/zestones/psycopg2-wrapper/commits/v1.0.0