PostgreSQL is a very powerful SQL database engine, that is prepared to serve very large databases (over 1000 tables - that doesn't means that you may create only large databases). It's a little bit slower than MySQL, but it gives you transactions, various data types, foreign keys, triggers and some other options you cannot find in MySQL.
-> m@j <-