Why you should use Docker Compose

h2 { text-align: left !important; } .summary{ background:#f3f7f9; padding:20px; } SUMMARY: This article explains the benefits of using Docker Compose for creating multiple container applications. It reviews the steps for...
January 24, 2023

What is the Equivalent of ROWID in PostgreSQL?

.summary{ background:#f3f7f9; padding:20px; } This article looks at how the ctid field in PostgreSQL functions as an approximate equivalent to ROWID in Oracle databases. The ctid field is introduced and...
January 24, 2023

Connecting to PostgreSQL using PHP

.summary{ background:#f3f7f9; padding:20px; } SUMMARY: This article reviews the steps necessary for connecting to a PostgreSQL database using PHP. 1. Installing PHP 2. Connecting to the PostgreSQL from PHP    ...
January 24, 2023