NHibernate with XML as a database? -


we have project, need use nhibernate perform crud operation xml or flat file (.txt) database.

can use nhibernate other rdbms?

short answer

yes

long answer

it quite work because minimum implement iconnection, icommand, driver , parser translate sql xpath or whatever.

it easier load xml/txt (in-memory) sqlite database in format best suited use case , query through nhibernate.


Comments

Popular posts from this blog

php - cannot display multiple markers in google maps v3 from traceroute result -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -