Search code examples
.netnhibernateamazon-simpledb

SimpleDB dialect for NHibernate


Do you know if there is a way of using Amazon SimpleDB with NHibernate? LightSpeed seems to be compatible.


Solution

  • NHibernate is more oriented to traditional SQL databases, so no. But you might want to check out Linq To SimpleDB instead.