General area when it fits no where else

Moderator: Mmiscool

User avatar
By forlotto
#42560 Just curious if anyone out there has tried lawnchair for db type storage yet. The new version of basic now supports JSON in case you were not aware of this already I am wondering about the potential uses with JSON and came across lawnchair kind of by mistake when checking about built in ways to possibly store data and such.

Features

Super micro tiny storage without the nasty SQL: pure and delicious JSON.
Default build weighs in at 3.4K minified; 1.5 gzip'd!
Adaptors for any clientside store.
Designed with mobile in mind.
Clean and simple API.
Key/value store ...key is optional.
Terse syntax for searching/finding.
Battle tested in app stores and on the open mobile web.
Framework agnostic. (If not a framework athiest!)
MIT licensed.

By default, Lawnchair will persist using DOM Storage but if other adapters are available and DOM Storage isn't supported by the currently executing JavaScript runtime. Lawnchair will attempt each successive adapter until it finds one that works. Easy.

http://brian.io/lawnchair/