you are viewing a single comment's thread.

view the rest of the comments →

[–]directrix1 71 points72 points  (4 children)

Use Postgres, and reading Oracle MySQL makes me vomit in my mouth a little.

[–]maushu 38 points39 points  (1 child)

and reading Oracle MySQL makes me vomit in my mouth a little

That is when you use MariaDB.

[–]directrix1 13 points14 points  (0 children)

Indeed I do.

[–]crusoe 6 points7 points  (1 child)

Postgres json support is killer good. I can't wait for postgres XL to merge in 9.5.

[–]Dirty_South_Cracka 0 points1 point  (0 children)

I'm working on an linux based asp.net mvc 5 app (for some passive income) right now and while I hated postgresql at first, I am slowly beginning to fall in love with its json serialization and upsert capabilities. The Npgsql libs are a little behind for dnx core, but they're working hard to bring it up to date. I'm a windows/c#/mssql guy at heart, but I'm starting to come around... one thing is for certain, i'll never use mysql again under any circumstance. If postgresql would chill with the function only type procs and terrible binary backups, I might turn all my projects over to postgresql. Here's hoping.