开发者

Embedded DBMS with XML support for .NET?

开发者 https://www.devze.com 2023-01-09 10:07 出处:网络
Is there an .NET-enabled embedded database (like开发者_StackOverflow中文版 SQLite.NET) with support for XML?

Is there an .NET-enabled embedded database (like开发者_StackOverflow中文版 SQLite.NET) with support for XML?

It doesn't matter for me if it is SQL or NoSQL, XPath, document-oriented or not.

I just know of BerkeleyDB XML, but this project is still alha and seem to be dead for a year.


Seems there is no alternative to berkeley db.


This is an old question, but I thought I'd add an answer in case anyone stumbles on it. My company just released an open source embedded XML database for the .NET platform called Nxdb. It's under the Apache 2.0 license and has been in development and use internally for several years. It's basically a binding to a cross-compiled (using IKVM) version of BaseX (a fantastic Java XML database) along with extra functionality for the embedded use case and the .NET environment. The project page is here: https://dracorp.assembla.com/spaces/nxdb


Is there a problem with SQL Server Compact Edition?


How about VistaDB.Net? See comparison with SQL Server CE here.

0

精彩评论

暂无评论...
验证码 换一张
取 消