I want to deliver some data from the server side to some client-side Javascript, which can use the specified data to build a database / table, and then query it using some custom SQL query.
Saving data is not what I'm looking for, so HTML5 stuff like localStorage is irrelevant, I just want to create something like a mini-database in Javascript for the query.
Are there any Javascript libraries with this feature?
Thanks.
javascript
Daniel
source share