2

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!

4
  • 2
    I don't understand. How can you make accessing object fields easier? It's a basic language construct. Commented Feb 6, 2013 at 20:33
  • Object-oriented databases like MongoDB do that. Commented Feb 6, 2013 at 20:34
  • I'm getting my data from CouchDB, queries look like they require an amount of setup and don't have the ease of SQL Commented Feb 6, 2013 at 20:37
  • There are things like this object graph tool. Commented Feb 6, 2013 at 20:38

1 Answer 1

1

Maybe YQL?

http://developer.yahoo.com/yql/

You can define different data sources. I haven't tried it with "in-memory" JavaScript objects though.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.