I like to use an database for my program, and I ran into SQLite.
At my first look, SQLite looks great. But there's only one thing.
I don't want that users must install SQLite in order to run the program.
Now did I see that I can download the source code of it.
So my question to you guys is... Can I compile the SQLite server into my program, and then use the server like normal? And when you stop the program, the server stops also??? Is this possible?
Thanks in advance