class Purview::RawConnections::JDBC::SQLite

Private Instance Methods

url() click to toggle source
# File lib/purview/raw_connections/jdbc/sqlite3.rb, line 12
def url
  "jdbc:sqlite:#{database.to_s}"
end