[Mono-list] Embedded Databases in .NET/Mono
Filgood
filip at wuytack.net
Mon Feb 23 17:15:25 EST 2009
Hi,
Have you considered building your own set of lists/dictionaries with objects
inside and use linq to query them (and have some functions that can load the
state of these from/to disk on start/exit of your application. It depends on
your use of course, but all your code would be in managed code and can give
you good performance...
~ Filgood
Sienna wrote:
>
> 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?
>
> Any pointers in the right directions are highly appreciated ;-)
>
--
View this message in context: http://www.nabble.com/Embedded-Databases-in-.NET-Mono-tp21899885p22171295.html
Sent from the Mono - General mailing list archive at Nabble.com.
More information about the Mono-list
mailing list