Releases: zestones/psycopg2-wrapper
Releases · zestones/psycopg2-wrapper
1.0.1
1.0.0
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
- Add example by @zestones in #2
- Add documentation by @zestones in #3
- Deploy release on py pi by @zestones in #4
New Contributors
Full Changelog: https://github.com/zestones/psycopg2-wrapper/commits/v1.0.0