graphjin 0.20.19 → 0.20.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -179,9 +179,14 @@ Lets take for example a simple blog app. You'll probably need the following APIs
|
|
|
179
179
|
|
|
180
180
|
With GraphJin your web and mobile developers can start building instantly. All they have to do is just build the GraphQL queries they need and GraphJin fetches the data. Nothing to maintain no backend API code, its secure, lighting fast and has tons of useful features like subscriptions, rate limiting, etc built-in. With GraphJin your building APIs in minutes not days.
|
|
181
181
|
|
|
182
|
-
##
|
|
182
|
+
## Highlevel
|
|
183
|
+
|
|
184
|
+
- Works with Postgres, MySQL8, YugabyteDB, CockroachDB,
|
|
185
|
+
- Also works with Amazon Aurora/RDS and Google Cloud SQL
|
|
186
|
+
- Supports REST, GraphQL and Websocket APIs
|
|
187
|
+
|
|
188
|
+
## More Features
|
|
183
189
|
|
|
184
|
-
- Works with Postgres, MySQL8 and YugabyteDB
|
|
185
190
|
- Complex nested queries and mutations
|
|
186
191
|
- Realtime updates with subscriptions
|
|
187
192
|
- Add custom business logic in Javascript
|