This is an introduction to PostgreSQL database.
What is PostgreSQL?
PostgreSQL is a RDBMS or Relational Database Management System. It is one of the popular and most advanced open source relational database and was developed at Berkeley Computer Science Department (University of California).Versions of PostgreSQL
PostgreSQL can be installed on Windows, Mac and Linux personal computers and can also be installed on servers like Google Cloud, AWS (Amazon Web Services) etc.Connecting to the database using psql
After installing the PostgreSQL database on your computer you can connect to it usingpsql
command from your terminal.
No comments:
Post a Comment