IO Question: WebSQL is dead or dieing, IndexedDB isn’t there yet, what do you think about libraries like Lawnchair?

A question in our IO Talk: Mobile Web Development: From Zero to Hero was with regards I will say this, I love LawnChair – I have used it a couple of times and it makes getting data in and out of your application very easy, it is based on the premis that you need to store objects against a key, and then get it out again, it allows you to use a richer querying syntax, but in many cases (as with our IO Reader app) you don’t need anything more complex.


This content originally appeared on Modern Web Development with Chrome and was authored by Paul Kinlan

<p>A <a href="http://goo.gl/mod/VrlF">question</a> in our IO Talk: <a href="http://io2011-zerotohero.appspot.com/index.html#1">Mobile Web Development: From Zero to Hero</a> was with regards <p /><div>I will say this, I love LawnChair - I have used it a couple of times and it makes getting data in and out of your application very easy, it is based on the premis that you need to store objects against a key, and then get it out again, it allows you to use a richer querying syntax, but in many cases (as with our <a href="https://github.com/PaulKinlan/ioreader">IO Reader</a> app) you don't need anything more complex.</div> <p /><div>As to why I didn't use LawnChair (or any other wrapper) in IO Reader? I actually added the data caching layer later on in the project cycle, localStorage was supported well enough and I didn't want to introduce a new dependency in the code that late on.</div> <p /><div>As a developer that likes to get things done, I very rarely write code that will manipulate a given data source directly, instead I either use a project like LawnChair, or I use a simple wrapper that I have written that allows for flexible querying semantics on JSON based objects.</div> <p /><div>I am keen to hear your thoughts.  What are your favorite DataStore wrappers for Web apps?  Do you write to the bare metal?</div></p>


This content originally appeared on Modern Web Development with Chrome and was authored by Paul Kinlan


Print Share Comment Cite Upload Translate Updates
APA

Paul Kinlan | Sciencx (2011-05-13T00:00:00+00:00) IO Question: WebSQL is dead or dieing, IndexedDB isn’t there yet, what do you think about libraries like Lawnchair?. Retrieved from https://www.scien.cx/2011/05/13/io-question-websql-is-dead-or-dieing-indexeddb-isnt-there-yet-what-do-you-think-about-libraries-like-lawnchair/

MLA
" » IO Question: WebSQL is dead or dieing, IndexedDB isn’t there yet, what do you think about libraries like Lawnchair?." Paul Kinlan | Sciencx - Friday May 13, 2011, https://www.scien.cx/2011/05/13/io-question-websql-is-dead-or-dieing-indexeddb-isnt-there-yet-what-do-you-think-about-libraries-like-lawnchair/
HARVARD
Paul Kinlan | Sciencx Friday May 13, 2011 » IO Question: WebSQL is dead or dieing, IndexedDB isn’t there yet, what do you think about libraries like Lawnchair?., viewed ,<https://www.scien.cx/2011/05/13/io-question-websql-is-dead-or-dieing-indexeddb-isnt-there-yet-what-do-you-think-about-libraries-like-lawnchair/>
VANCOUVER
Paul Kinlan | Sciencx - » IO Question: WebSQL is dead or dieing, IndexedDB isn’t there yet, what do you think about libraries like Lawnchair?. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2011/05/13/io-question-websql-is-dead-or-dieing-indexeddb-isnt-there-yet-what-do-you-think-about-libraries-like-lawnchair/
CHICAGO
" » IO Question: WebSQL is dead or dieing, IndexedDB isn’t there yet, what do you think about libraries like Lawnchair?." Paul Kinlan | Sciencx - Accessed . https://www.scien.cx/2011/05/13/io-question-websql-is-dead-or-dieing-indexeddb-isnt-there-yet-what-do-you-think-about-libraries-like-lawnchair/
IEEE
" » IO Question: WebSQL is dead or dieing, IndexedDB isn’t there yet, what do you think about libraries like Lawnchair?." Paul Kinlan | Sciencx [Online]. Available: https://www.scien.cx/2011/05/13/io-question-websql-is-dead-or-dieing-indexeddb-isnt-there-yet-what-do-you-think-about-libraries-like-lawnchair/. [Accessed: ]
rf:citation
» IO Question: WebSQL is dead or dieing, IndexedDB isn’t there yet, what do you think about libraries like Lawnchair? | Paul Kinlan | Sciencx | https://www.scien.cx/2011/05/13/io-question-websql-is-dead-or-dieing-indexeddb-isnt-there-yet-what-do-you-think-about-libraries-like-lawnchair/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.