module PlanetScale

Constants

VERSION

Public Class Methods

start(auth_method: Proxy::AUTH_AUTO, **kwargs) click to toggle source
# File lib/planetscale.rb, line 8
def start(auth_method: Proxy::AUTH_AUTO, **kwargs)
  @proxy = PlanetScale::Proxy.new(auth_method: auth_method, **kwargs)
  @proxy.start
end