postgrest-client icon indicating copy to clipboard operation
postgrest-client copied to clipboard

Construct postgrest requests in Elm

Results 3 postgrest-client issues
Sort by recently updated
recently updated
newest added

Hi @alex-tan, Thanks for the package :) I am not able to generate valid queries with comparison operators when attempting to apply to `double` column, since they are quoted: `http://localhost:3000/songs?duration=lt.%2212.5%22`...

Hi! Thanks a lot for this package. It's awesome. To the point: I have an endpoint with the following definiton: ``` elm collections : Postgrest.Endpoint Collection collections = let selectFromDeck...