Skip to content

Commit 7d0fd14

Browse files
committed
feat(graphjin): add
Resolves #44.
1 parent 03835d4 commit 7d0fd14

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,16 @@ The following is a list of tools that automatically expose a REST, GraphQL, or a
106106
<td>6681 ★; 3401 commits, latest 2024-08-30</td>
107107
<td>The SQLAlchemy extension isn't automatic.
108108
It requires the user to write SQLAlchemy mappings.</td>
109+
</tr>
110+
<tr>
111+
<td><a href="https://github.com/dosco/graphjin">GraphJin Service</a></td>
112+
<td>PostgreSQL, MySQL, Yugabyte</td>
113+
<td>GraphQL</td>
114+
<td>Go</td>
115+
<td>Apache-2.0</td>
116+
<td>2904 ★; 928 commits, latest 2024-07-13</td>
117+
<td><a href="https://graphjin.com/posts/service">Using GraphJin as a standlone service</a>.
118+
<a href="https://hub.docker.com/r/dosco/graphjin/">Official Docker image</a>.</td>
109119
</tr>
110120
<tr>
111121
<td><a href="https://github.com/ardatan/graphql-mesh">GraphQL Mesh</a></td>
@@ -160,7 +170,7 @@ or derive a new database model from a GraphQL schema and auto-generate the resol
160170
<td>REST</td>
161171
<td>JavaScript (Node.js)</td>
162172
<td>MIT</td>
163-
<td>45811 ★; 23976 commits, latest 2024-08-30</td>
173+
<td>45812 ★; 23976 commits, latest 2024-08-30</td>
164174
<td><a href="https://hub.docker.com/r/markuman/xmysql/">Official Docker image</a>.</td>
165175
</tr>
166176
<tr>

data/graphjin.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name = "GraphJin Service"
2+
url = "https://github.com/dosco/graphjin"
3+
db = "PostgreSQL, MySQL, Yugabyte"
4+
api = "GraphQL"
5+
lang = "Go"
6+
license = "Apache-2.0"
7+
notes = """
8+
[Using GraphJin as a standlone service](https://graphjin.com/posts/service).
9+
[Official Docker image](https://hub.docker.com/r/dosco/graphjin/).
10+
"""

0 commit comments

Comments
 (0)