Class: DbGui

Inherits:
Object
  • Object
show all
Defined in:
app/db-gui.rb,
app/db_gui/model/db.rb,
app/db_gui/view/db_config_form.rb,
app/db_gui/view/db_command_form.rb,
app/db_gui/view/db_gui_menu_bar.rb,
app/db_gui/presenter/db_presenter.rb,
app/db_gui/view/db_gui_application.rb,
app/db_gui/view/db_command_result_table.rb

Defined Under Namespace

Modules: Model, Presenter, View

Constant Summary collapse

APP_ROOT =
File.expand_path('../..', __FILE__)
VERSION =
File.read(File.join(APP_ROOT, 'VERSION'))
LICENSE =
File.read(File.join(APP_ROOT, 'LICENSE.txt'))
DIR_DB_GUI =
File.expand_path(File.join('~', '.db_gui'))
FILE_DB_CONFIGS =
File.expand_path(File.join(DIR_DB_GUI, '.db_config'))
FILE_DB_COMMANDS =
File.expand_path(File.join(DIR_DB_GUI, '.db_commands'))