📄️ Java Connection
PostgreSQL is a powerful, open source SQL database with the object-relational structure and numerous robust features to ensure excellent performance and reliability. In this tutorial, we’ll show how to connect PostgreSQL database with Java application hosted with Jelastic PaaS.
📄️ PHP Connection To Postgresql
Follow the instruction below to learn how to connect your PHP application, hosted within the platform, to the PostgreSQL database server:
📄️ SSL Connection To Postgresql
When striving to keep information in your PostgreSQL database safe, the first thing you need to do is to encrypt all connections to it for protecting authentication credentials (usernames / passwords) and stored data from interception. This guide is intended to help you in establishing secure SSL connection to your PostgreSQL container, hosted at the platform.