napkin-0.5.14
Safe HaskellSafe-Inferred
LanguageGHC2021

Napkin.Types.Postgres.Indexes

Documentation

type Indexes = [Index] #

data Index #

Instances

Instances details
FromJSON Index # 
Instance details

Defined in Napkin.Types.Postgres.Indexes

Generic Index # 
Instance details

Defined in Napkin.Types.Postgres.Indexes

Associated Types

type Rep Index :: Type -> Type #

Methods

from :: Index -> Rep Index x #

to :: Rep Index x -> Index #

Show Index # 
Instance details

Defined in Napkin.Types.Postgres.Indexes

Methods

showsPrec :: Int -> Index -> ShowS #

show :: Index -> String #

showList :: [Index] -> ShowS #

Eq Index # 
Instance details

Defined in Napkin.Types.Postgres.Indexes

Methods

(==) :: Index -> Index -> Bool #

(/=) :: Index -> Index -> Bool #

type Rep Index # 
Instance details

Defined in Napkin.Types.Postgres.Indexes

runPG :: Parser a -> Text -> Parser a #