Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Embedded DBMS with XML support for .NET?

Is there an .NET-enabled embedded database (like 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.

like image 404
codymanix Avatar asked Mar 11 '26 19:03

codymanix


2 Answers

Seems there is no alternative to berkeley db.

like image 198
codymanix Avatar answered Mar 13 '26 08:03

codymanix


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

like image 31
daveaglick Avatar answered Mar 13 '26 09:03

daveaglick



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!