Skip to content

Commit

Permalink
feat(hasura): add databases and REST
Browse files Browse the repository at this point in the history
Added additional databases and api types supported by Hasura
along with the link to Hasura's connector list.

Resolves #45.
  • Loading branch information
abhipalsingh authored and dbohdan committed Dec 21, 2024
1 parent 6c1c2e9 commit 92e3374
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ It requires the user to write SQLAlchemy mappings.</td>
</tr>
<tr>
<td><a href="https://github.com/hasura/graphql-engine">Hasura GraphQL Engine</a></td>
<td>PostgreSQL</td>
<td>GraphQL</td>
<td>PostgreSQL, MS SQL, MySQL, Snowflake, and <a href="https://hasura.io/connectors">others</a></td>
<td>GraphQL, REST</td>
<td>Haskell</td>
<td>Apache-2.0</td>
<td>31246 ★; 9118 commits, latest 2024-12-20</td>
Expand Down
4 changes: 2 additions & 2 deletions data/hasura-graphql-engine.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Hasura GraphQL Engine"
url = "https://github.com/hasura/graphql-engine"
db = "PostgreSQL"
api = "GraphQL"
db = "PostgreSQL, MS SQL, MySQL, Snowflake, and [others](https://hasura.io/connectors)"
api = "GraphQL, REST"
lang = "Haskell"
license = "Apache-2.0"
notes = """
Expand Down

0 comments on commit 92e3374

Please sign in to comment.