Game Development Community

sqlite/local storage?

by Dave Young · in iTorque 2D · 01/25/2009 (11:09 am) · 5 replies

Has anyone tried to use sqlite in itgb yet?

#1
01/27/2009 (4:58 am)
Well, I didn't try sqlite, but I did try just normal file write and read, and it does work.

The files go into Library/Application Support/Independent/UntitledGame

And I am able to read and write! So this will work perfectly for my needs.
#2
03/06/2009 (12:15 pm)
i prefer using a DB its alot faster when you have lots of data to process. Does anyone know about this issue?
#3
03/06/2009 (12:38 pm)
There is no issue.
On the iphone the stuff must go to specific folders (your application data folder) and all is fine
#4
03/06/2009 (7:52 pm)
sorry "issue" was the wrong terminology. are there any classes, commands objects for connecting to a sqlite DB from within TGB? I know how to do all the sqlite stuff through objective C, but I would like to keep it within the TGB
#5
03/06/2009 (9:17 pm)
iTGB has no added sqlite support, so unless TGB had anything to begin with, there's nothing.