Choosing a SQL database for Mono

I have got Mono ASP.NET working on Apache 2. Now I need to pick up a SQL database for some of the applications I need to run or develop. I’m running MoveableType which supports both MySQL and PostGresSQL. I also run PhpBB, which runs on Postgres currently. I would just need to pick one of them.

I’m using a reference for comparison.

Based on a two mintues of browsing the comparisons, I picked Postgres SQL as my database engine for Linux/Mono.

I installed Postgres a few years ago, but almost forgot everything about it. Here’s the site I’m checking on documentation.