Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is there a mongodb-engine for sqlalchemy? Well, of course mongodb belongs to NoSQL family but I have some code that works with sqlalchemy (mysql engine) and now I want to use the same code for a mongo database.

share|improve this question

closed as not a real question by casperOne May 7 '12 at 20:19

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

up vote 5 down vote accepted

There is http://www.mongoalchemy.org bringing some of the concepts and ideas of SQLAlchemy into the MongoDB world. But asking for a SQLAlchemy engine for MongoDB makes no sense.

share|improve this answer
yeah I mentioned the *NO*SQL thing in my question, but sqlalchemy is very similar to django RDBMS, and there is a mongo engine for django's RDBMS, so regardless of the name of *SQL*Alchemy and regarding the fact that mongodb IS a database and based on my problem it seemed to be useful (at least for me) if there were a mongodb engine for sqlalchemy so that I could use my code with mongodb. – Sassan May 8 '12 at 6:38
6  
Wow, why such hostility here? There are no "stupid" questions. I came here while searching for a way to swap out backends of an ORM like Django allows. So the question was indeed valuable. Let's keep it clean, @fighting-it-morons. – Joe May 26 '12 at 15:36

Not the answer you're looking for? Browse other questions tagged or ask your own question.