One more reason to choose #Postgres over #MySQLhttps://tanin.nanakorn.com/one-more-re
One more reason to choose Postgres over MySQLAlmost always, I'd choose Postgres over any database for a new project because it's flexible and support multi-variances of scenarios that may require different performance characteristics. However, I don't generally feel strongly about MySQL vs. Postgres. Either seems fine.... until I've learned MySQL doesn't support Transactional DDL. Transactional DDL means
#SQL Generated Columns & Views in #Laravel #php #mysql