[Mono-list] Embedded Databases in .NET/Mono

Miguel de Icaza miguel at novell.com
Tue Mar 3 10:43:42 EST 2009


Hello,

> Currently I am fiddling around with different embedded databases on the .NET
> platform (SQLite, SQLServerCE). But both are either not supported in Mono or
> use a different API, which makes things very complicated.
> Does anyone know an embedded database, which is easy to install (or does not
> require installation at all), and allows SQL-style queries, that runs on
> both .NET 2.0 and Mono without touching the code?

The Sqlite provider bundled with Mono (the new one) should work also on
Windows out of the box.

Alternatively, there is VistaDB a commercial embeddable managed
database.   It works on Mono out of the box as well:

	http://www.vistadb.net/

Miguel



More information about the Mono-list mailing list