Oddbean new post about | logout
 Just use Postgres

https://mccue.dev/pages/8-16-24-just-use-postgres

This is one part actionable advice, one part question for the audience. Advice: When you are making a new application that requires persistent storage of data, like is the case for most web applications, your default choice should be...

#clojure #clj #cljs !clojure@lemmy.ml @c2af07a9 
 While PostgreSQL is a strong choice for many applications, MySQL also has its benefits. It’s user-friendly and often easier to set up, making it a great option for those who need a straightforward solution. It performs well in read-heavy scenarios, integrates smoothly with various web technologies, and is backed by a large community. Plus, its open-source nature keeps costs low. Both databases have their strengths, so the best choice can depend on your specific needs and preferences.