Napkin.Types.Postgres.Indexes
type Indexes = [Index] #
type IndexColumn = Text #
data Index #
Constructors
Fields
Defined in Napkin.Types.Postgres.Indexes
Methods
parseJSON :: Value -> Parser Index #
parseJSONList :: Value -> Parser [Index] #
omittedField :: Maybe Index #
Associated Types
from :: Index -> Rep Index x #
to :: Rep Index x -> Index #
showsPrec :: Int -> Index -> ShowS #
show :: Index -> String #
showList :: [Index] -> ShowS #
(==) :: Index -> Index -> Bool #
(/=) :: Index -> Index -> Bool #
runPG :: Parser a -> Text -> Parser a #