Database type

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1601
    davesanti
    Participant

    Hey guys, should I be using sqlite or sqlite 3.. and whats the difference.

    Dave

    #11915
    rpedde
    Participant

    @davesanti wrote:

    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.

    — Ron

    #11916
    davesanti
    Participant

    Thanks, Ron.. I will change that.

    Dave

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘General Discussion’ is closed to new topics and replies.