Module: IMW::Schemes::SQL::PostgreSQL

Defined in:
lib/imw/schemes/sql.rb

Overview

Module for PostgreSQL databases.

Instance Method Summary collapse

Instance Method Details

#dbi_moduleString

Return the name of the DBI module used to connect to PostgreSQL.

Returns:

  • (String)


121
122
123
# File 'lib/imw/schemes/sql.rb', line 121

def dbi_module
  "DBI:Pg"
end