(Sorry, this is not exactly a ruby question). Today some ruby command-line apps are using YAML to store data. The advantage of using sqlite or say a delimited file was that outside one's application one could query the data using sql, or awk/grep/sed/cut for delimited files. With yaml, are there any generic tools to query data ? -- Posted via http://www.ruby-forum.com/.