Hey guys, should I be using sqlite or sqlite 3.. and whats the difference.
Dave
sqlite3 is probably a bit faster, and it seems to work okay. There was a lot of change in the sqlite3 api early on, and it kept breaking, so I kept shipping packages with sqlite2, but I think it’s stable enough to use by now.