Class: Stable::Services::Database::Postgres
- Defined in:
- lib/stable/services/database/postgres.rb
Overview
PostgreSQL database management service
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Stable::Services::Database::Base
Instance Method Details
#setup ⇒ Object
8 9 10 11 |
# File 'lib/stable/services/database/postgres.rb', line 8 def setup System::Shell.run("createdb #{@database_name}") prepare end |