Socket
Book a DemoInstallSign in
Socket

db2c

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

db2c

bundlerRubygems
Version
1.0.0
Version published
Maintainers
1
Created
Source

A DB2 console with history and autocomplete support, and few other goodies

DB2 console mode does not support readline and autocomplete, this is a wrapper for the db2 command mode with support for both. It also tries to make using db2 a little bit more tolerable, adding support for psql-like commands and other shortcuts.

Install

  • apt-get install rlwrap
  • gem install db2c

Contributing

Once you've made your great commits:

  • Fork db2c
  • Create a topic branch - git checkout -b my_branch
  • Push to your branch - git push origin my_branch
  • Create an Issue with a link to your branch
  • That's it!

Acknowledgement

  • Chris Jester-Young (CKY) found out the problem of using shell metacharacters when executing commands from Ruby.
  • The initial script was inspired by defunkt's repl, for a genenral purpose repl/wrapper, this is your friend.

Meta

Author

Samer Abukhait samer@on-siteNOSPAM.com, @s4mer

FAQs

Package last updated on 03 Feb 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts