As an advanced user, I prefer Postgres over MySQL. MySQL was the first database I learned from my institute. I always have to undergo that infamous date and time dilemma many Java devs know. Both are adequate for a small project. When I worked on a project with a date and time-intensive data, I spent a lot of time dealing with the conversion and transition, leaving me frustrated. I tried Postgres to see how well it can perform. To my surprise, all became a breeze, and the transactions were faster too. I've been using Postgres ever since, and no more dilemma.
Hey, Alfred! I'm glad you made the switch over to Postgres! If you're looking for a highly reliable ORM, I would recommend Prisma, you can check it out at www.prisma.io - Have a great rest of your Sunday!
Thank you for the information. I will consider trying it sometime.