glsql/mapping

Types

pub type TypeMapping {
  TypeMapping(
    gleam_type: String,
    decoder: String,
    encoder: String,
    imports: List(String),
  )
}

Constructors

  • TypeMapping(
      gleam_type: String,
      decoder: String,
      encoder: String,
      imports: List(String),
    )
Search Document