RubyGems Navigation menu

dbdump_command 0.2.1

This plugin adds a dbdump command which dumps your Rails database out. This master branch supports Rails 3.0 and above, as a gem command. For Rails 2.3, use the rails_2_3 branch from github and install as a plugin. Like rails dbconsole, it takes your database connection details from config/database.yml, and supports mysql, mysql2, postgresql, and sqlite. It takes the same options as rails dbconsole, ie. -p to supply the password to your dump program for mysql and postgresql. (Note that for mysql, this means that the password is visible when other users on the system run 'ps'. Postgresql does not have this problem as it uses an environment variable set in ENV before execing and so not visible in ps.)

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 1.3.0 - July 06, 2013 (8.0 KB)
  2. 0.2.1 - August 18, 2012 (7.0 KB)
  3. 0.2.0 - August 18, 2012 (7.0 KB)

Runtime 依赖 (1):

Development 依赖 (1):

rake >= 0

业主:

作者:

  • Will Bryant

SHA 256 校验和:

2762fd45997d72a58882fb2f65bad051a2fe847389bac7550a4ff63e92c9dce9

下载总量 11,180

这个版本 3,456

许可:

需要的 Ruby 版本:

链接: