Table

object Table
Companion:
class
class Object
trait Matchable
class Any
Table.type

Value members

Concrete methods

transparent inline def apply[T]: Any
def snakeCase(s: List[Char]): List[Char]
def toSnakeCase(s: String): String

Givens

Givens

given derived[A](using gen: ProductOf[A], labelling: Labelling[A], primaryKey: RepeatableAnnotations[Primary, A], columnName: RepeatableAnnotations[ColumnName, A], index: RepeatableAnnotations[Index, A], unique: RepeatableAnnotations[Unique, A], length: RepeatableAnnotations[Length, A], defaultValue: DefaultValue[A]): Table[A]