Sha256: f0205c25db692e5b9bf5f0d37bcd8cfede7eb6f7a669152a76d36f73d9983bd2

Contents?: true

Size: 875 Bytes

Versions: 8

Compression:

Stored size: 875 Bytes

Contents

# ronin-db-irb 1 "2022-01-01" Ronin DB "User Manuals"

## SYNOPSIS

`ronin-db irb` [*options*]

## DESCRIPTION

Connects to a database and start an interactive Ruby shell.

## OPTIONS

`--db` *NAME*
  The database to connect to. Will connect to the `default` database if not
  specified.

`--db-uri` *URI*
  The database URI to connect to.

`--no-connect`
  Causes the Ruby shell to not connect to a database on startup.

`-h`, `--help`
  Print help information.

## FILES

*~/.config/ronin-db/database.yml*
	The `ronin-db` database(s) configuration file.

## ENVIRONMENT

HOME
	Specifies the home directory of the user. Ronin will search for the
	*~/.config/ronin-db* cache directory within the home directory.

XDG_CONFIG_HOME
  Specifies the cache directory to use. Defaults to *$HOME/.config*.

## AUTHOR

Postmodern <postmodern.mod3@gmail.com>

## SEE ALSO

ronin-db(1)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ronin-db-0.1.0-java man/ronin-db-irb.1.md
ronin-db-0.1.0 man/ronin-db-irb.1.md
ronin-db-0.1.0.beta3-java man/ronin-db-irb.1.md
ronin-db-0.1.0.beta3 man/ronin-db-irb.1.md
ronin-db-0.1.0.beta2-java man/ronin-db-irb.1.md
ronin-db-0.1.0.beta2 man/ronin-db-irb.1.md
ronin-db-0.1.0.beta1-java man/ronin-db-irb.1.md
ronin-db-0.1.0.beta1 man/ronin-db-irb.1.md