Mongo is quite cool. You can start with that
as others said it depends on your needs. if you need fancy joins, do postgres, if you need documents and nested data and all that, use mongodb, if you need both joins and documents, use postgres (well they added json stuff). again, it all depends on your needs, there are many factors to consider. Personally I use mongodb for almost all web projects. For desktop apps I use postgresql (yeah, i know). For experimental / reactive crap I use rethinkdb (although it looks like it's dying)
Обсуждают сегодня