class Purview::Connections::SQLite

Private Instance Methods

raw_connection_type() click to toggle source
# File lib/purview/connections/sqlite.rb, line 6
def raw_connection_type
  Purview::RawConnections::SQLite
end