NHibernate 可以持久保存平面文件而不是数据库吗?
这是一个好奇的问题。 我有一个应用程序必须支持平面文件和数据库作为保存数据的地方。 我在想也许使用 .csv 或制表符分隔的文件集作为输入...
是否可以使用 NHibernate 来编写来完成这两个持久性任务?
Here is a curiousity question. I have an application that must support both flat files and the database as a place to persist data. I was thinking maybe using a .csv or tab-delimited set of files as input ...
Is it possible to use NHibernate to write to do both persistance tasks?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试使用 Jet 引擎(请参阅此
)其他 nhibernate 设置应该是针对 Microsoft Access 的设置。
Try using the Jet engine (see this)
Dialect and other nhibernate settings should be the ones for Microsoft Access.
据我所知不。 我有同样的要求,最终只使用平面 XML 文件并手动滚动所有 CRUD。
就在今天,我确实在 codeplex 上注意到了这个文件系统数据库,但还没有正确研究它。
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.