Class: CommandPost::Connection

Inherits:
Object
  • Object
show all
Defined in:
lib/command_post/db/connection.rb

Class Method Summary collapse

Class Method Details

.db_cqrsObject



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