Module

Nonbili.Postgres.Class

Package
purescript-nonbili-postgres
Repository
nonbili/purescript-nonbili-postgres

#ToQueryParams Source

class ToQueryParams a  where

Query params can be:

  • unit - no param
  • Array a - an array of params with the same type
  • Tuple a b - an array of params with different types

All params are serialized to Json when sending through FFI.

Members

Instances