Is there a way to run an SQL query against javascript objects to find data within them? Specifically I’m looking for a way to query a few objects (each representing a table of data) and perform a join on them.
I figured this was a long shot, but worth asking nonetheless.
SQLike also is good to emulate SQL or linq syntax:
http://code.google.com/p/sqlike/