CloudSqlProxy

io.taig.CloudSqlProxy$
object CloudSqlProxy

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object Arguments

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Arguments.type
enum Variant

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def downloadScript[F[_]](target: Path, version: String, variant: Variant)(using evidence$1: Async[F], evidence$2: Files[F], evidence$3: Network[F], evidence$4: LoggerFactory[F]): F[Unit]
def downloadTempScript[F[_]](version: String, variant: Variant)(using evidence$5: Async[F], evidence$6: Files[F], evidence$7: Network[F], evidence$8: LoggerFactory[F]): Resource[F, Path]
def fromPath[F[_]](script: Path)(arguments: List[String])(using F: Async[F]): Resource[F, Unit]