Welcome to Easy Database
Designed to easier to save persistent variables in Second Life and OpenSim scripts.
Usage:
http://outworldz.appspot.com/store?service=<service uuid>&keyfield=<variable name>&datafield=<data to be stored>
Example:
http://outworldz.appspot.com/store?service=2b307c02-2133-4dba-bcc5-3d8f7db53eee&keyfield=AnimalName&datafield=bunny
service uuid: unique identifier for your application. You can use a different one for each script, or share the same identifier across several scripts in order to share data.
You can use this page to generate a unique UUID.
keyfield: variable name or other identifier for your data
datafield: data that you want to be stored
This will return string OK as the body if successful.
You can get your data back by loading:
http://outworldz.appspot.com/load?service=<service uuid>&keyfield=<variable name>
To generate a random uuid: http://outworldz.appspot.com/rand