Tag: PostgreSQL

Docker : How to Install PostgreSQL using Docker Compose

PostgreSQL is a popular relational database management system that is widely used in the development community Postgresql Icon by Icon Mafia Docker Compose is a powerful tool that allows you to define and run multi-container Docker applications. It simplifies the process of manag...

Initializing a PostgreSQL Database with a Dataset using Docker Compose: A Step-by-step Guide

Deploying and initializing a PostgreSQL database doesn’t always have to be a manual process. With Docker Compose, we can not only automate the process but also make it reproducible and portable. This guide will walk you through setting up a PostgreSQL database with a predefined dataset using D...

FastAPI with PostgreSQL Part 1

We continue with the FastAPI Series and this time we are going to connect our application to a PostgreSQL Database, we are also going to do a couple of tests with Pytest, all this on Docker to have the necessary infrastructure, so, in short, we will see: API ...

90% of New Code of PostgreSQL is Written by Just 50 People, Proudly OpenPie Takes a Seat

As one of the most popular open source databases in the world, PostgreSQL won the DB-Engines DBMS of the Year 2023. However, its number of global committers has remained at a small number (about 30 people) for a long time, and Chinese people are rarely included in the global contributor list . ...