Setting Up SMS Database Using Postgres

Setup SMS Database using Postgres¶ Let us go ahead and setup SMS database using Postgres so that we can learn SQL as part of this course using it. Here are the highlevel steps invovled. Connect to database running as part of pg.itversity.com container using docker compose command. Run required commands to create database, create user …

Setting Up SMS Database Using Postgres Read More »