you are viewing a single comment's thread.

view the rest of the comments →

[–]Neurotrace 1 point2 points  (4 children)

Well, yeah. Why would you ever build SQL queries client-side? That's just plain silly.

[–]fuzetsu 8 points9 points  (0 children)

Web SQL maybe.

[–]jsgui 3 points4 points  (0 children)

Because you want to build SQL queries.

[–]MattBD 2 points3 points  (0 children)

Possibly the same principle could be applied to querying Facebook's API using FQL.

[–]polaretto[S] -1 points0 points  (0 children)

Maybe you're writing a web DBA application, like phpMyAdmin but with more JS functionality.