logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sequel - The Database Toolkit for Ruby

Author

       This manual page was written by Deepak Tripathi  <apenguinlinux@gmail.com>,  based  on  the  command-line
       output of this program, for the Debian GNU/Linux system (but may be freely used by others).

                                                  May 25, 2010                                         sequel(1)

Description

       Sequel is a lightweight database access toolkit for Ruby.

Name

       sequel - The Database Toolkit for Ruby

Options

-C,--copy-databases
               Copy one database to another

       -d,--dump-migration
               Print database migration to STDOUT

       -D,--dump-migration-same-db
               Print database migration to STDOUT without type translation

       -e,--envENV
               Use environment config for database

       -l,--loglogfile
               Log SQL statements to log file

       -L,--load-dirDIR
               Loads all *.rb under specified directory

       -m,--migrate-directoryDIR
               Run the migrations in directory

       -M,--migrate-versionVER
               Migrate the database to version given

       -N,--no-test-connection
               Do not test the connection

       -t,--trace
               Output the full backtrace if an exception is raised

       -?,-h,--help
               Show this message

       -v,--version
               Show version

See Also

       This  program is shipped as part of the lisequel-ruby1.8 library package, you can check its corresponding
       documentation can be found in the libsquel-ruby-doc package.

Synopsis

sequel <uri|path> [options]

See Also