Class: CommandPost::Connection
- Inherits:
-
Object
- Object
- CommandPost::Connection
- Defined in:
- lib/command_post/db/connection.rb
Class Method Summary collapse
Class Method Details
.db_cqrs ⇒ Object
6 7 8 |
# File 'lib/command_post/db/connection.rb', line 6 def self.db_cqrs Sequel.connect("postgres://localhost/cqrs?user=postgres&password=#{ENV['password']}") end |