Can NHibernate persist to flat files instead of database?

余生颓废 提交于 2019-11-30 19:37:11

Try using the Jet engine (see this)

Dialect and other nhibernate settings should be the ones for Microsoft Access.

No not to the best of my knowledge. I have the same requirement and have ended up just using flat XML files and hand rolling all the CRUD.

Just today I did happen to notice this File System Database on codeplex but haven't looked into it properly yet.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!