pink wrote:

> Daybed's built in local storage system is the save stack, works well
> on all platforms.

Have you considered LSON files (LiveCode encoded arrays)?

Where I used to use stack files for some storage options, I've been migrating to LSON with two benefits:

- Being raw data outside of a stack object, I never need to think about the IDE's limitation on stack names in memory.

- The syntax for working with the resulting variable is a tad simpler than with object properties.

As a collection of nested key-value pairs it would seem LSON is a good fit for CouchDB's way of working with data.

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 ____________________________________________________________________
 ambassa...@fourthworld.com                http://www.FourthWorld.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to