class Purview::Pullers::SQLite

Private Instance Methods

connection_type() click to toggle source
# File lib/purview/pullers/sqlite.rb, line 6
def connection_type
  Purview::Connections::SQLite
end
dialect_type() click to toggle source
# File lib/purview/pullers/sqlite.rb, line 10
def dialect_type
  Purview::Dialects::SQLite
end