From 563578e14f3cf0eda309763dc9c5daa746d06343 Mon Sep 17 00:00:00 2001 From: Genadii Ganebnyi Date: Wed, 8 May 2019 18:23:59 +0300 Subject: [PATCH 1/3] Added link to dataprovider for NextJS CRUD --- docs/Ecosystem.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Ecosystem.md b/docs/Ecosystem.md index d905dc9fb1e..ceef901a932 100644 --- a/docs/Ecosystem.md +++ b/docs/Ecosystem.md @@ -51,6 +51,7 @@ See the [translation](./Translation.md#available-locales) page. * **[Xmysql](https://github.com/o1lab/xmysql)**: [soaserele/aor-xmysql](https://github.com/soaserele/aor-xmysql) * Local JSON: [marmelab/ra-data-fakerest](https://github.com/marmelab/ra-data-fakerest) * Simple REST: [marmelab/ra-data-simple-rest](https://github.com/marmelab/ra-data-simple-rest). +* NestJS CRUD: [FusionWorks/react-admin-nestjsx-crud-dataprovider](https://github.com/FusionWorks/react-admin-nestjsx-crud-dataprovider) ## UI From 0beee56cdca625986ad2876900c8999b84dde4f0 Mon Sep 17 00:00:00 2001 From: Genadii Ganebnyi Date: Thu, 9 May 2019 19:20:55 +0300 Subject: [PATCH 2/3] Update Ecosystem.md --- docs/Ecosystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Ecosystem.md b/docs/Ecosystem.md index ceef901a932..b7640a6a123 100644 --- a/docs/Ecosystem.md +++ b/docs/Ecosystem.md @@ -40,6 +40,7 @@ See the [translation](./Translation.md#available-locales) page. * **[JSON HAL](https://tools.ietf.org/html/draft-kelly-json-hal-08)**: [ra-data-json-hal](https://www.npmjs.com/package/ra-data-json-hal) * **[JSON server](https://github.com/typicode/json-server)**: [marmelab/ra-data-json-server](https://github.com/marmelab/ra-data-json-server). * **[Loopback](http://loopback.io/)**: [kimkha/aor-loopback](https://github.com/kimkha/aor-loopback) +* **[NestJS CRUD](https://github.com/nestjsx/crud)**: [FusionWorks/react-admin-nestjsx-crud-dataprovider](https://github.com/FusionWorks/react-admin-nestjsx-crud-dataprovider) * **[Parse Server](https://github.com/ParsePlatform/parse-server)**: [leperone/aor-parseserver-client](https://github.com/leperone/aor-parseserver-client) * **[Parse](https://parseplatform.org/)**: [almahdi/ra-data-parse](https://github.com/almahdi/ra-data-parse) * **[PostgREST](http://postgrest.com/en/v0.4/)**: [tomberek/aor-postgrest-client](https://github.com/tomberek/aor-postgrest-client) @@ -51,7 +52,6 @@ See the [translation](./Translation.md#available-locales) page. * **[Xmysql](https://github.com/o1lab/xmysql)**: [soaserele/aor-xmysql](https://github.com/soaserele/aor-xmysql) * Local JSON: [marmelab/ra-data-fakerest](https://github.com/marmelab/ra-data-fakerest) * Simple REST: [marmelab/ra-data-simple-rest](https://github.com/marmelab/ra-data-simple-rest). -* NestJS CRUD: [FusionWorks/react-admin-nestjsx-crud-dataprovider](https://github.com/FusionWorks/react-admin-nestjsx-crud-dataprovider) ## UI From ab4c8258a5d3c34c040f4c9654d5fb03d6f4bf73 Mon Sep 17 00:00:00 2001 From: Genadii Ganebnyi Date: Thu, 9 May 2019 19:25:37 +0300 Subject: [PATCH 3/3] Added link to NestJS CRUD dataprovider --- docs/DataProviders.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/DataProviders.md b/docs/DataProviders.md index e9be80d806d..d0c285310f4 100644 --- a/docs/DataProviders.md +++ b/docs/DataProviders.md @@ -54,6 +54,7 @@ You can find Data Providers for various backends in third-party repositories: * **[JSON API](http://jsonapi.org/)**: [henvo/ra-jsonapi-client](https://github.com/henvo/ra-jsonapi-client) * **[JSON HAL](https://tools.ietf.org/html/draft-kelly-json-hal-08)**: [ra-data-json-hal](https://www.npmjs.com/package/ra-data-json-hal) * **[JSON server](https://github.com/typicode/json-server)**: [marmelab/ra-data-json-server](https://github.com/marmelab/ra-data-json-server). +* **[NestJS CRUD](https://github.com/nestjsx/crud)**: [FusionWorks/react-admin-nestjsx-crud-dataprovider](https://github.com/FusionWorks/react-admin-nestjsx-crud-dataprovider) * **[Parse](https://parseplatform.org/)**: [almahdi/ra-data-parse](https://github.com/almahdi/ra-data-parse) * **[Prisma](https://github.com/weakky/ra-data-prisma)**: [weakky/ra-data-prisma](https://github.com/weakky/ra-data-prisma) * **[REST-HAPI](https://github.com/JKHeadley/rest-hapi)**: [ra-data-rest-hapi](https://github.com/mkg20001/ra-data-rest-hapi)