RowCodec

cc.otavia.sql.RowCodec
See theRowCodec companion trait
object RowCodec

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
RowCodec.type

Members list

Value members

Concrete methods

inline def derived[T <: Product]: RowCodec[T]

Derives a RowCodec for database values for the specified type T.

Derives a RowCodec for database values for the specified type T.

Type parameters

T

a type that should be encoded and decoded by the derived serde

Attributes

Returns

an instance of the derived serde