Extracting data from sqlite using Javascript

Posted on
Fri Nov 02, 2012 9:53 am
HFTobeason offline
Posts: 297
Joined: Nov 07, 2003

Extracting data from sqlite using Javascript

I'm trying to kludge up a browser-based graphics display for various Indigo data. I've got D3 working using TSV files manually extracted from my sqlite database. Any suggestions/pointers as to how I can learn about Javascript methods to access the sqlite data directly would be much appreciated. Or any better ideas for data graphing, of course. Thanks.

Posted on
Fri Nov 02, 2012 10:39 am
nsheldon offline
Posts: 2469
Joined: Aug 09, 2010
Location: CA

Re: Extracting data from sqlite using Javascript

Accessing the SQLite data directly with JavaScript may not be possible without significant server-side modifications, as JavaScript is really intended more for client-side scripting. PHP would probably be a better language to use for that purpose as PHP is support is already built into Mac OS X, already includes SQLite access methods, and was intended for server-side (rather than client-side) processing. I found the PHP online manual to be very helpful when I was learning PHP.

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 3 guests