Data Storage
Now this may be a shot in the dark, but I'm beginning to explore the idea of storing quartz composer data in a mysql database, using the RSS feed patch and a MySQL to RSS php script. You can pass parameters to the php script by adding them on to the end of the RSS url; these could then be stored in the database, returning a simple RSS result showing success or failure. In the same way the parameters could be formed in such a way as to grab particular data on request.
In fact, as long as the result is returned in RSS xml format, the PHP script could do any number of things that Quartz Composer won't let you do otherwise.
I'm doing this using MySQL, Apache and PHP installed locally on my machine; and calling the script at http://127.0.0.1/rss.php
The great thing about this stuff, is that all my experience in PHP and XML can be utilised to add to my compositions.
SteamSHIFT out