Skip to content

This gem makes it dead easy to debug Sequel by logging its SQL queries.

License

Notifications You must be signed in to change notification settings

tischler/sequel-logger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sequel-logger

This gem makes it dead easy to debug Sequel by adding a -r flag to any Ruby script, and printing Sequel's logs to STDOUT.

Usage

$ ruby -rsequel-logger myscript.rb
# Sequel will now log its output. :)

Installation

Install it globally:

$ gem install sequel-logger

Contributing

  1. Fork it ( https://github.com/kballenegger/sequel-logger/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

This gem makes it dead easy to debug Sequel by logging its SQL queries.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%