NHibernate 可以持久保存平面文件而不是数据库吗?

发布于 2024-07-16 08:07:16 字数 125 浏览 4 评论 0原文

这是一个好奇的问题。 我有一个应用程序必须支持平面文件和数据库作为保存数据的地方。 我在想也许使用 .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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

长梦不多时 2024-07-23 08:07:16

尝试使用 Jet 引擎(请参阅

)其他 nhibernate 设置应该是针对 Microsoft Access 的设置。

Try using the Jet engine (see this)

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

梦里南柯 2024-07-23 08:07:16

据我所知不。 我有同样的要求,最终只使用平面 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文