Module: Pgchief
- Defined in:
- lib/pgchief.rb,
lib/pgchief/cli.rb,
lib/pgchief/user.rb,
lib/pgchief/config.rb,
lib/pgchief/prompt.rb,
lib/pgchief/command.rb,
lib/pgchief/version.rb,
lib/pgchief/database.rb,
lib/pgchief/config/s3.rb,
lib/pgchief/prompt/base.rb,
lib/pgchief/command/base.rb,
lib/pgchief/prompt/start.rb,
lib/pgchief/database/backups.rb,
lib/pgchief/prompt/drop_user.rb,
lib/pgchief/command/s3_upload.rb,
lib/pgchief/command/user_drop.rb,
lib/pgchief/command/user_list.rb,
lib/pgchief/connection_string.rb,
lib/pgchief/prompt/create_user.rb,
lib/pgchief/command/user_create.rb,
lib/pgchief/command/quick_backup.rb,
lib/pgchief/prompt/drop_database.rb,
lib/pgchief/command/config_create.rb,
lib/pgchief/command/database_drop.rb,
lib/pgchief/command/database_list.rb,
lib/pgchief/command/quick_restore.rb,
lib/pgchief/prompt/backup_database.rb,
lib/pgchief/prompt/create_database.rb,
lib/pgchief/prompt/user_management.rb,
lib/pgchief/command/database_backup.rb,
lib/pgchief/command/database_create.rb,
lib/pgchief/prompt/restore_database.rb,
lib/pgchief/command/database_restore.rb,
lib/pgchief/prompt/database_management.rb,
lib/pgchief/command/store_connection_string.rb,
lib/pgchief/prompt/grant_database_privileges.rb,
lib/pgchief/command/database_privileges_grant.rb,
lib/pgchief/command/retrieve_connection_string.rb,
lib/pgchief/prompt/view_database_connection_string.rb
Defined Under Namespace
Modules: Command, Errors, Prompt Classes: Cli, Config, ConnectionString, Database, Error, User
Constant Summary collapse
- VERSION =
'0.6.0'