Skip to content

purcell/db_console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBConsole
=========

Ever tried using 'psql' or 'mysql' on the command-line to connect to your Rails database,
only to find you forgot all those '-u' and '-h' parameters?

This plugin provides handy rake tasks for running DB console programs for the various databases
in your database.yml.  It supports postgresql, mysql, sqlite and sqlite3 connections.

The plugin's home on the web is here:

   http://www.sanityinc.com/                             - articles and news
   http://git.sanityinc.com/?p=db_console.git;a=summary  - code and downloads

Send feedback or patches by email to [email protected]


Examples
========

% rake db:console                  # Connect to your RAILS_ENV database
% rake db:console:production       # Connect to the production database
% rake db:console:test             # Connect to the test database
% rake db:console:some_other_db    # Connect to some_other_db defined in database.yml
% RAILS_ENV=test rake db:console   # Connect to the test database



Copyright (c) 2007 Steve Purcell, released under the MIT license

Thanks to Larry Baltz.

About

Defunct Rails plugin (now merged into Rails as script/dbconsole)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages