scharfie / yamlstore

A silly little experiment for storing static data in YAML with friendly access

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YamlStore

Sorry, not much here just yet, but see yaml_store_test.rb for some examples.

TODO:

* More abstract way of loading yaml files:

  YamlStore.directory('config/data')
  YamlStore.from('entries').having(:subject => 'Hello world')

Copyright © 2009 Chris Scharf. See LICENSE for details.

About

A silly little experiment for storing static data in YAML with friendly access

License:MIT License


Languages

Language:Ruby 100.0%