TableQueries

abstract class TableQueries[Id, T <: ([F[_]] =>> WithId[F, Id])](implicit ti: TableSchema[T])
class Object
trait Matchable
class Any

Value members

Concrete fields

final val deleteById: QueryI[Id]
final val deleteByIdReturning: QueryIO[Id, T[Id]]
final val insert: QueryI[T[Id]]
final val selectAll: QueryO[T[Id]]
final val selectById: QueryIO[Id, T[Id]]