Skip to content

Commit

Permalink
xmysql: rename to NocoDB and update
Browse files Browse the repository at this point in the history
Closes #35.
  • Loading branch information
dbohdan committed Dec 20, 2022
1 parent 80f8da5 commit ddc1171
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,15 @@ The following is a list of tools that automatically expose a REST, GraphQL, or a
<td>445 ★; 164 commits, latest 2020-10-22</td>
<td>Can generate a GraphQL API from an existing database or derive a new database model from a GraphQL schema and auto-generate the resolvers.</td>
</tr>
<tr>
<td><a href="https://github.com/nocodb/nocodb">NocoDB</a></td>
<td>MySQL, PostgreSQL, SQL Server, SQLite</td>
<td>REST</td>
<td>JavaScript (Node.js)</td>
<td>MIT</td>
<td>33074 ★; 10224 commits, latest 2022-12-20</td>
<td><a href="https://hub.docker.com/r/markuman/xmysql/">Official Docker image</a>.</td>
</tr>
<tr>
<td><a href="https://github.com/orientechnologies/orientdb">OrientDB</a></td>
<td>OrientDB</td>
Expand Down Expand Up @@ -235,15 +244,6 @@ The following is a list of tools that automatically expose a REST, GraphQL, or a
<td>2619 ★; 615 commits, latest 2022-07-24</td>
<td>Supports pub/sub with chunked transfer encoding and WebSockets.</td>
</tr>
<tr>
<td><a href="https://github.com/o1lab/xmysql">xmysql</a></td>
<td>MySQL</td>
<td>REST</td>
<td>JavaScript (Node.js)</td>
<td>MIT</td>
<td>127 ★; 3 commits, latest 2021-05-27</td>
<td><a href="https://hub.docker.com/r/markuman/xmysql/">Official Docker image</a>.</td>
</tr>
<tr>
<td><a href="https://github.com/BjoernKW/ZenQuery">ZenQuery</a></td>
<td>PostgreSQL, MySQL, IBM Db2, Oracle Database, Microsoft SQL Server and <a href="https://github.com/BjoernKW/ZenQuery#database">others</a></td>
Expand Down
6 changes: 3 additions & 3 deletions data/xmysql → data/nocodb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: xmysql
url: https://github.com/o1lab/xmysql
db: MySQL
name: NocoDB
url: https://github.com/nocodb/nocodb
db: MySQL, PostgreSQL, SQL Server, SQLite
api: REST
lang: JavaScript (Node.js)
license: MIT
Expand Down

0 comments on commit ddc1171

Please sign in to comment.