UserRepo

trait UserRepo
class Object
trait Matchable
class Any

Value members

Abstract methods

def create(t: User): ZIO[Any, SQLException, Long]
def listAll(): ZIO[Any, SQLException, Vector[User]]
def migrate(): ZIO[Any, Throwable, Unit]