Module: IMW::Schemes::SQL::PostgreSQL
- Defined in:
- lib/imw/schemes/sql.rb
Overview
Module for PostgreSQL databases.
Instance Method Summary collapse
- 
  
    
      #dbi_module  ⇒ String 
    
    
  
  
  
  
  
  
  
  
  
    Return the name of the DBI module used to connect to PostgreSQL. 
Instance Method Details
#dbi_module ⇒ String
Return the name of the DBI module used to connect to PostgreSQL.
| 109 110 111 | # File 'lib/imw/schemes/sql.rb', line 109 def dbi_module "DBI:Pg" end |