Pgmonkey

Latest version: v1.1.5

Safety actively analyzes 681866 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

1.0.7

Simplified Data Management: This release simplifies moving data in and out of your PostgreSQL databases, perfect for backups, migrations, or integration tasks.

Customizable and Easy to Use: Automatically generated configuration templates make it easy to customize import/export settings, reducing setup time.

Seamless Integration: The new import/export functionality integrates smoothly with the existing pgmonkey CLI commands, allowing you to handle data operations alongside connection management tasks.

This is a must-have update for users needing quick, efficient data import/export capabilities. Upgrade to pgmonkey 1.0.7 today and enjoy seamless data transfers in your PostgreSQL environment.

Happy coding! 🐒🎉

1.0.6

- **Critical**: This release addresses an essential bug that affects all synchronous connection types. Without this fix, your synchronous connections will fail to run properly.
- **Improved Code Generation**: If you are using the code generation feature for connection examples, the new version generates cleaner, correct code based on your connection type.
- **Production Stability**: Ensure that your synchronous PostgreSQL configurations run without errors, whether you're using sync or async connection types.

This is a highly recommended update for all pgmonkey users. Make sure to upgrade to version 1.0.6 to avoid any issues with your synchronous PostgreSQL connections.

Happy coding! 🐒🎉

1.0.5

In this small but important update, we've made a minor adjustment to improve the connection code generator. Version 1.0.5 corrects the removal of unnecessary `async` keywords from synchronous connection examples, ensuring the generated code is clean and accurate for normal and pooled connections.

This follows the larger improvements from version 1.0.4, which introduced the ability to generate sample Python connection code directly from your PostgreSQL configuration files.

What's Fixed:
- **Synchronous Code Cleanup**: Removed `async` from the synchronous connection examples to reflect the correct behavior.

Thank you for your continued feedback, and enjoy the streamlined experience! 🎉

1.0.4

🛠 **Python Code Generation for PostgreSQL Connections**:
Now you can automatically generate Python code that matches your PostgreSQL configuration! Whether your connection type is synchronous, asynchronous, or pooled, pgmonkey will generate the proper code for you, ready to be integrated into your projects.

- **Support for all connection types**:
- **Normal connections**: Generate Python code for standard synchronous PostgreSQL connections.
- **Pooled connections**: Handle multiple connections using a connection pool.
- **Asynchronous connections**: Easily generate code for async operations.
- **Asynchronous pooled connections**: Generate Python code to manage async connections in a pool.

💻 **Simplified CLI Commands**:
With this release, you can generate Python code directly from the command line by running a single command:
bash
pgmonkey pgconfig generate-code --filepath /path/to/your/config.yaml

This command will inspect your YAML configuration and generate the appropriate Python code.

Why Update?

- **Save Development Time**: Automatically generate fully functional connection code based on your exact configuration.
- **Support for Multiple Configurations**: Whether you’re using pooling, async, or normal connections, pgmonkey generates the appropriate code.
- **Seamless Integration**: Get connection code that can be dropped into your projects with little to no modification.

How to Use:
- **Generate Code**: Run the following command to generate Python connection code from your YAML config:
bash
pgmonkey pgconfig generate-code --filepath /path/to/your/config.yaml


---

Upgrade to pgmonkey 1.0.4 today and take advantage of this powerful new feature! As always, we’re grateful for your feedback and continued support. Happy coding! 🐒💻✨

1.0.3

- **Stability**: This release ensures that connections—whether synchronous, asynchronous, pooled, or single—are handled correctly with improved stability and consistency.
- **Bug Fixes**: Addressed specific bugs that affected connection pooling behavior and connection testing for both normal and async connections.
- **Improved Error Handling**: Get clearer, more actionable feedback if something goes wrong with your connection tests.

---

We appreciate your continued support and feedback! Update to **pgmonkey 1.0.3** today to enjoy even smoother and more reliable database management.

Happy coding! 🐒🎉

1.0.2

- **Simplified Connection Testing:**
- We've streamlined the way pgmonkey tests database connections.
- Now, testing your database connection is as simple as a single command, making the process more user-friendly and efficient.

- **Improved Stability:**
- Fixed minor issues that could affect connection testing.
- Enhanced overall reliability, ensuring pgmonkey runs seamlessly across different environments.

---

**Why Update?**

- **Ease of Use:** Simplified commands and processes mean you can focus more on your projects and less on setup.
- **Reliability:** With enhanced stability, pgmonkey offers a more consistent and dependable experience.
- **Efficiency:** Streamlined operations help you work faster and more effectively.

---

Thank you for being a part of our journey! Your feedback helps us make pgmonkey better with each release. Update to **1.0.2** today and enjoy a smoother database management experience.

Happy coding! 🐒🎉

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.