RubyGems.org

yaml_db

0.2.3

YamlDb is a database-independent format for dumping and restoring data. It complements the the database-independent schema format found in db/schema.rb. The data is saved into db/data.yml. This can be used as a replacement for mysqldump or pg_dump, but only for the databases typically used by Rails apps. Users, permissions, schemas, triggers, and other advanced database features are not supported - by design. Any database that has an ActiveRecord adapter should work

installgem install yaml_db
Authors

Adam Wiggins, Orion Henry

113,912 total downloads 52,287 for this version
Owners

4e4cd997a59f188fcd4c691734c7a41f

Gemfile
gem "yaml_db", "~> 0.2.3"
Versions
  1. 0.2.3 April 30, 2012
  2. 0.2.2 October 12, 2011
  3. 0.2.1 April 19, 2011
  4. 0.2.0 September 27, 2010
  5. 0.1.0 December 27, 2009