Home > Javascript > SQLike – JSON meets SQL

SQLike – JSON meets SQL

Recently i’m working a lot with javascript(Extjs) and JSON, very powerful. Some days ago i found this project of Thomas Frank, he realize a tool to interrogate a JSON with a SQL like language.

This is very interesting because using this library we could do query on data loaded from database directly on a client. It increases the performance of user experience and make the server interaction minimal, infact all the calls to database in any way be made, increase the server load. Very good job!

Thomas Frank’s site

SQLike page

Tags: ,
  1. No comments yet.
  1. No trackbacks yet.