What is the suggested means to add data persistence to shoes?

I thought that yaml would be a good start

reading:
data = open("data.yml").readlines
writing:
open('datafile.yml', 'w'){|f| f.puts YAML.dump(data)}

Any advice? Pointers? Treasure maps?

Something simple

Reply via email to