SQLike – JSON meets SQL
June 6th, 2010
No comments
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!
