Categories: None [Edit]
activerecord_dumper
ActiveRecordDumper is a fork of YamlDb gem without any explicit Rails dependencies.
This way it can be used by any AR-enabled app (e.g. Sinatra) without pulling whole Rails in.
YamlDB/ActiveRecordDumper is a database-independent format for dumping and restoring data.
It complements 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 it only supports features found in ActiveRecord-based (Rails, etc.) apps.
Users, permissions, schemas, triggers, and other advanced database features are not supported by design.
Any database that has an ActiveRecord adapter should work.
Total
Ranking: 189,247 of 189,482
Downloads: 156
Daily
Ranking: 30,937 of 189,452
Downloads: 4
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 1 | 3,183,693,470 | bundler |
| 29 | 949,694,652 | rspec |
| 36 | 752,051,694 | activerecord |
| 277 | 172,992,706 | sqlite3 |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | spijet |