graphjin 3.0.27 → 3.0.31
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 +1 -1
- package/package.json +1 -1
- package/wasm/graphjin.wasm +0 -0
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
Just use a simple GraphQL query to define your API and GraphJin automagically converts it into SQL and fetches the data you need. Build your backend APIs **100X** faster. Works with **NodeJS** and **GO**. Supports several databases, **Postgres**, **MySQL**, **Yugabyte**, **AWS Aurora/RDS** and **Google Cloud SQL**
|
|
13
13
|
|
|
14
14
|
The following GraphQL query fetches a list of products, their owners, and other category information, including a cursor for retrieving more products.
|
|
15
|
-
GraphJin
|
|
15
|
+
GraphJin will do auto-discovery of your database schema and relationships and generate the most efficient single SQL query to fetch all this data including a cursor to fetch the next 20 item. You don't have to do a single thing besides write the GraphQL query.
|
|
16
16
|
|
|
17
17
|
```graphql
|
|
18
18
|
query getProducts {
|
package/package.json
CHANGED
package/wasm/graphjin.wasm
CHANGED
|
Binary file
|