[Mono-list] Mono internal DB?

Adam Tauno Williams awilliam@whitemice.org
Mon, 03 Jan 2005 05:54:45 -0500


> Is there a small internal database type service in Mono?
> I'm writing an app that requires sorting and storing data.  SQL would be
> perfect for the job.  But I dont' want to require the user to install a
> big database to do it.  I don't require anything complex, just light
> simple SQL.
> Any suggestions?

Sqlite; just requires the assembly to be installed.