Friday, September 17, 2010

Javascript Object -> SQL, in Javascript

Programmer Question

I have a simple client-side Sqlite database (via. Google Gears) I want to use for persistence of the contents of a javascript object's properties (not methods). I don't really care about normalization since it has lots of potentially disparate fields (primitive types, arrays, objects) that would thwart normalization anyway.



What would be the best way to go about doing this? Or in the worst case, an alternative that at least achieves persistence?



Find the answer here

No comments:

Post a Comment

LinkWithin

Related Posts with Thumbnails