I am working with a basic client-side Sqlite database using Google Gears for storing the properties of a javascript object. I am not concerned about normalization because my object contains various types of fields that would complicate the process anyway.
How can I accomplish this task effectively? Alternatively, what is another solution that can provide persistence for my data?