> 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.