Skip to content

Local data persistence for your Spine projects using Lawnchair library

Notifications You must be signed in to change notification settings

vojto/spine.lawnchair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Motivation

Lawnchair is an interesting library for persisting data on client side. There are multiple adapters, each specifying a new way to store data locally on client.

For example PhoneGap-SQLite lets you store data in a limitless SQLite database through PhoneGap bridge.

About

It stores new key-value pair for each record. Spine's default local storage implementation stores the whole collection in a key-value pair.

Inspired by Spine's Ajax adapter and existing similiar project.

About

Local data persistence for your Spine projects using Lawnchair library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages