postgrest-8.0.0: REST API for any Postgres database
Safe HaskellSafe-Inferred
LanguageHaskell2010

PostgREST.Config.JSPath

Description

 
Synopsis

Documentation

type JSPath = [JSPathExp] Source #

full jspath, e.g. .property[0].attr.detail

data JSPathExp Source #

jspath expression, e.g. .property, .property[0] or ."property-dash"

Constructors

JSPKey Text 
JSPIdx Int 

Instances

Instances details
Show JSPathExp Source # 
Instance details

Defined in PostgREST.Config.JSPath