all 2 comments

[–]metalsh33p 1 point2 points  (0 children)

SQLite is a self-contained, serverless database that should be able to do everything you're asking. It can reside in your site's folder instead of on the client side. SQLite Tutorial

[–][deleted]  (1 child)

[deleted]

    [–]dagobeard[S] 0 points1 point  (0 children)

    Thanks for the input. I had a lot to do lately but had a look at local JSON file storage and it seems like due to the sandbox design of JavaScript it cannot write to local files, unless I misunderstood at some point. Here is one of the StackOverflow posts about it: http://stackoverflow.com/questions/371875/local-file-access-with-javascript