keiththomas1 / Uplift

A depot for the mobile app which is a student project at University of Illinois at Chicago.
0 stars 0 forks source link

[Database] Set Up Database #6

Closed keiththomas1 closed 10 years ago

keiththomas1 commented 10 years ago

Work on setting up the database (ignoring the interfacing with the codebase for now) so that we can connect into it pretty easily when we're ready.

This is probably for Jake.

maximusNullus commented 10 years ago

We're going to use SQL lite, so we don't need to setup a full-blown server to make the thing work (a whole additional headache we don't need).

I'll just cloud-copy the file on exit (and on updates, if I get some spare time in the next few weeks).

erikboyle commented 10 years ago

Can't get the database opened. QT seems to think that db.open("enterAnyStringYouWant") is valid. I pushed a new sqlite project that includes a netflix database to test on. screen shot 2013-11-10 at 10 10 02 am

maximusNullus commented 10 years ago

I got the basic backbone up and running. Give me another evening, and I'll have some basic insertion and retrieval API running for you guys.

Tam-d commented 10 years ago

i think this is done, if it is then please close it.