From: Dimitri Aivaliotis Date: 2006-07-21T18:27:06+09:00 Subject: Re: [ANN] Mongoose 0.1.1 ------=_Part_80608_10626791.1153474021774 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 7/20/06, Jamey Cribbs wrote: > > > If there is a new feature that anyone would like to see in KirbyBase, I > will definitely consider it. Or, if there is a particular feature of > KirbyBase that you would really like to see implemented in Mongoose, > please let me know. > One of the great features of KirbyBase is that the tables are hand-editable. I recently had the need to store an Array (and could also justify a Hash). Since these were missing from VALID_FIELD_TYPES, I resorted to storing YAML. Perhaps a new feature could be: - adding support for Array and Hash (maybe in the form used by irb and pp?) Of course, each element would have to be one of the other supported types. Maybe YAMLizing any other type would be conceivable. Just a thought... - Dimitri ------=_Part_80608_10626791.1153474021774--