up vote 2 down vote favorite
1
share [g+] share [fb]

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

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

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

link|improve this answer
feedback

You may want to check out Simple Savant, an open-source .NET persistence library designed specifically for SimpleDB (I'm the creator). SimpleDB is so different from a relational database that it would be difficult to use with NHibernate. But Simple Savant will get you many similar features.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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