From: flebber Date: 2009-08-14T12:55:05+09:00 Subject: ORM - Ruby Sequel v Python Sql Alchemy Hi I am starting into databases and trying to find my best options for database management, database version etc. Has anyone had experience in Ruby's Sequel ORM or Python's SQLalchemy ORM. In terms of features and maturity is one a better option than the other eg features, maturity, data integrity or options I may not know about. Or is it merely very equal and I should just choose the language I prefer. Does Ruby offer another alternative I have found? I will basically be obtaining xml files from the internet and converting it and sending it to the database. I will likely be using MySQL, however PostgreSQL is still a possibility.