Simple JavaScript Database
Found this ages ago, but didn’t blog about it. This is a JavaScript database, complete with SQL query syntax support.
This example illustrates one way of creating a completely JavaScript database with AMASS storage.This was thrown together and just more or less illustrates the possibility of using AMASS storage and TrimPath query javascript in conjunction for an offline in browser database.
The AMASS storage library, like Dojo, uses a flash movie to store the data on the local machine. This is one of the things that interest me at the moment, as I am looking for a quick solution for local storage - either using AMASS, Dojo or an ActiveX (IE only).
Comments
Comment from Darryl Lyons
Time: June 18, 2006, 6:02 pm
Brad, thanks! I’ve seen the Dojo storage stuff as well, and will definately check it out.
Comment from Brad Neuberg
Time: June 18, 2006, 4:44 pm
Hi! I wrote both AMASS and Dojo Storage; Dojo Storage actually replaces AMASS and is more full-featured and bug free. You should use Dojo Storage for future projects, since AMASS will not be supported moving forward.
Best,
Brad Neuberg