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

PostgREST.Config.JSPath

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