Fork me on GitHub
#clojure-nl
<
2018-12-13
>
niels10:12:59

amused at how harsh the examples in this postgres vs mariadb article are https://www.cybertec-postgresql.com/en/why-favor-postgresql-over-mariadb-mysql/#

niels10:12:09

And only yesterday I learnt about (iterate). So far I've just used (recur) based solutions everywhere.

niels10:12:40

How did the meetup go yesterday?

thomas10:12:57

the article seems to pick on a few points where postgres does better than mysql/mariadb... which for some people if important and for some it isn't.

thomas10:12:15

mind you, I think I'd use postgres most of the time as well.

niels10:12:50

I opt for postgres by default, but only because I know it better. Trying to form a proper argument now to support that.

borkdude10:12:47

I have tried MySQL after Postgres, because I was forced to, and was surprised it did not even do foreign key contraints well (unless you did extra work). It’s probably better now

borkdude10:12:22

but Postgres is the default for me as well

mishok1310:12:42

it is unfortunately still not better, the defaults are horrendously unsafe (even in MariaDB)

mishok1310:12:14

I weep everytime I remember I have to use it

helios12:12:29

the meetup was nice yesterday. We solved the last problem of 2015 of AoC and it was a good occasion to pair experienced clojure people with less-experienced. I think it was a nice combination of both 😄

🆒 4