Creating user, database and adding access on PostgreSQL (and automate the process)

postgresql database

If you’re a software developer, Postgresql will be the go-to database for most of the developers nowadays. if anyone wondering why so then head over to this comparison https://www.2ndquadrant.com/en/postgresql/postgresql-vs-mysql/ In This Database How-to guide, we will learn, how to create db user, database and grant access to the user for the database created using psql … Read more