Support for MongoDb?

I wonder if anyone has begun working with MongoDb? I have my own implementation of an Entity Framework that abstracts all the typical CRUD operations, and I'm investigating what it will take to support MondoDb. I currently support Sql Server, Oracle, OleDb, and MySql. So far the differences between a relational database and Mongo's schemaless environment are making it tricky.

Has anyone else done/tried this type of implementation?

0 answers