I'm hoping to graph some data I have in an object in Javascript and the first thing that comes to mind is using an SQL-like interface to get the organized data on that object via a query. I've searched around the web and found nothing but an entire sqlite implementation in JS, when I'm just looking for an easier way to access information that's in a Javascript object.
Since this thing doesn't seem like an idea with much interest, I was wondering if any of you stackoverflow folks have written or heard of such a library. Thanks!