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

css - Text drops down with smaller window -

php - Boolean search on database with 5 million rows, very slow -

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