One of the hardest parts in building architecture for your project is to choose the DB.
The most important criteria are: Community Support, Performance, Replication, Supported Data Types, Indexes, Security etc.

In today's post I want to add few links with comparing two most popular relational databases - MySQL and PostgreSQL:

hackr: https://hackr.io/blog/postgresql-vs-mysql
guru99: https://www.guru99.com/postgresql-vs-mysql-difference.html
fivetran: https://www.fivetran.com/blog/postgresql-vs-mysql

Official sites with documentations:
MySQL
PostgreSQL

For more useful info - subscribe Tech Read channel.
Likes and shares are welcome.

#database #mysql #postgresql