Module

Selda.Table

Package
purescript-selda
Repository
Kamirus/purescript-selda

#Column Source

newtype Column a

Constructors

#showColumn Source

showColumn :: forall a. Column a -> String

#AliasedTable Source

type AliasedTable = { alias :: Alias, name :: String }

#Alias Source

type Alias = String

#Table Source

newtype Table (r :: Row Type)

Constructors

#TableColumns Source

class TableColumns (rl :: RowList) (r :: Row Type) | rl -> r where

Members

Instances

#TableColumnNames Source