graphjin 3.0.17 → 3.0.18
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 +4 -2
- package/package.json +1 -1
- package/wasm/graphjin.wasm +0 -0
package/README.md
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
[](https://github.com/dosco/graphjin/blob/master/LICENSE)
|
|
4
4
|
[](https://www.npmjs.com/package/graphjin)
|
|
5
5
|
[](https://hub.docker.com/r/dosco/graphjin/builds)
|
|
6
|
-
[](https://discord.gg/6pSWCTZ)
|
|
7
|
+
[](https://pkg.go.dev/github.com/dosco/graphjin/core/v3)
|
|
8
8
|
[](https://goreportcard.com/report/github.com/dosco/graphjin/core/v3)
|
|
9
9
|
|
|
10
10
|
## Build APIs in 5 minutes not weeks
|
|
@@ -68,6 +68,8 @@ Detailed docs on GraphQL syntax, usecases, JS and GO code examples and it's acti
|
|
|
68
68
|
|
|
69
69
|
## [](https://graphjin.com)
|
|
70
70
|
|
|
71
|
+
## [](https://pkg.go.dev/github.com/dosco/graphjin/tests/v3)
|
|
72
|
+
|
|
71
73
|
## Use with NodeJS
|
|
72
74
|
|
|
73
75
|
GraphJin allows you to use GraphQL and the full power of GraphJin to access to create instant APIs without writing and maintaining lines and lines of database code. GraphJin NodeJS currently only supports Postgres compatible databases working on adding MySQL support as well. Example app in [/examples/nodejs](https://github.com/dosco/graphjin/tree/master/examples/nodejs)
|
package/package.json
CHANGED
package/wasm/graphjin.wasm
CHANGED
|
Binary file
|