Hi,
I didn't expect it, but I am very amazed that SQLite3 has full C#
implementation. I am slowly moving to .NET Micro Framework (MF) development
boards from Linux based boards. For some embedded application you want to
have minimal database support, but mostly that's not easy on .NET MF. I was
thinking of trying to put a small NoSQL database, but after hearing about
C#-SQLite I have doubts. Anyone tried to use it under .NET MF? Would it be
possible? .NET MF environments are quite mixed, mostly low power CPU
(ARMv5), very little usable memory and you might have or not MMC card
support.
-david