postgrest library

Classes

PostgrestBuilder<T>
The base builder class.
PostgrestClient
A PostgREST api client written in Dartlang. The goal of this library is to make an "ORM-like" restful interface.
PostgrestError
A Postgrest response error
PostgrestFilterBuilder
PostgrestQueryBuilder
The query builder class provides a convenient interface to creating request queries.
PostgrestResponse<T>
A Postgrest response
PostgrestRpcBuilder
PostgrestTransformBuilder<T>

Enums

CountOption
Returns count as part of the response when specified.
ReturningOption
Returns count as part of the response when specified.
TextSearchType
The type of tsquery conversion to use on query.

Typedefs

PostgrestConverter<T> = T Function(dynamic data)