I have lately been interested in integrating SQLite with something like C++
Now first I was wondering, is this even possible? If so, does anyone have a tutorial they know of that shows you how you do it?
Another thing, I have also been messing with the command-line program for accessing and modifing SQLite databases, however, I don't get how I make a new database and everything.
I look at the Docs for it (
http://sqlite.org/sqlite.html) but I type sqlite3 ex1; into the command-line, and I get SQL Error: near "sqlite3", and I don't see anywhere else to type that to make a new database =|