[sqlite] Creating a nested list

2011-03-24 Thread Erich93063
Hey guys, I'm not entirely sure this is the right forum for this, but I'm trying to figure out the best way to do this and I am using SQLite. I am cusing it for an Android app i am making. I'm using jQuery Mobile and PhoneGap, so we're dealing with JavaScript. I have created two tables in SQlite,

[sqlite] Create table if not exists and insert seed data

2011-03-22 Thread Erich93063
I am trying to create a SQLite database if it doesn't exist, which I know I can use 'CREATE TABLE IF NOT EXISTS", but more importantly, I need to initially populate the database with seed data if it doesn't exist. If I use CREATE TABLE IF NOT EXISTS, it will obviously create the table if it