Repo

trait Repo
class Object
trait Matchable
class Any
class RepoImpl

Value members

Abstract methods

def create(t: T): ZIO[HikariDataSource, SQLException, Long]
def migrate(): ZIO[HikariDataSource, Nothing, Try[Unit]]