ng-admin-postgrest icon indicating copy to clipboard operation
ng-admin-postgrest copied to clipboard

Demo of an integration between ng-admin and PostgREST

Results 4 ng-admin-postgrest issues
Sort by recently updated
recently updated
newest added

Hi, I see that the generated filter request doesn't work. With this branch I replace all filter entries by parameters. I use postgrest version 0.2.12.1 and the ng-admin 0.9

In a filter, the date format is not recognized as such: ``` HTTP GET http://localhost:6767/foobar?order=id.desc&stamp_inserted=eq.Mon+Feb+08+2016+03:00:00+GMT%2B0100+(CET) ``` In PostgreSQL, the field is a timestamp, but that format is not recognized.

According to [postgrest](https://github.com/begriffs/postgrest/wiki/Routing), Ng-admin need to change default url pattern of filter request as get request did.

Thanks for the great job, ng-admin is very slick. In any case, I've set-up ng-admin 0.7.0 with postgrest 0.2.11.1 according to this demo repo. Creating new entities works fine, but...