schemaDiff

harness.sql.autoSchema.PostgresMeta$.schemaDiff$
object schemaDiff

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(tables: Tables): HRIO[JDBCConnection & Logger & Telemetry, Unit]
def apply(cascadeDropTable: Boolean, tables: Tables): HRIO[JDBCConnection & Logger & Telemetry, Unit]
def withConnectionFactory(tables: Tables): RIO[ConnectionFactory & Logger & Telemetry, Unit]
def withPool(tables: Tables): RIO[JDBCConnectionPool & Logger & Telemetry, Unit]