3

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.

4 Answers 4

1

Seems there is no alternative to berkeley db.

Sign up to request clarification or add additional context in comments.

1 Comment

It has C++ API (not C) so it's problematic to use it in .NET :(
1

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

Comments

0

Is there a problem with SQL Server Compact Edition?

1 Comment

Yes. en.wikipedia.org/wiki/SQL_Server_Compact: "The current release does not support stored procedures or native XML data type either"
0

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

1 Comment

I cannot find any information that says VistaDB.Net supports XML in any way.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.