I've just installed Ubuntu and I have a small project I am going to be working on using Python.
I'm new to both Ubuntu and Python, but I have experience developing in C# and SQl 2005.
I was wondering what would be the best sort of SQL database to get running. From what I understand MySQL is easy but with limits, and SQL lite and PostGre are better but more complicated. Frankly, I'm not really afraid of complicated, but I want to know what better means.
How should I evaluate which to use? I know I'm going to have a large database (+/-700mb) with only a few tables.
Any imput would be super appreciated.