# XgeneCloud - 여러 DB에 REST & GraphQL API 추가해주는 오픈소스

> Clean Markdown view of GeekNews topic #2260. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2260](https://news.hada.io/topic?id=2260)
- GeekNews Markdown: [https://news.hada.io/topic/2260.md](https://news.hada.io/topic/2260.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-06-14T11:08:22+09:00
- Updated: 2020-06-14T11:08:22+09:00
- Original source: [github.com](https://github.com/xgenecloud/xgenecloud)
- Points: 5
- Comments: 4

## Topic Body

- MySQL, Postgres, MSSQL, SQLite, MariaDB 지원

- CLI/GUI로 DB에 접속해서 REST/GraphQL API를 자동 생성

ㅤ→ express.js 기반의 코드가 생성되어 별도 서버 운영필요 없음

- 생성된 코드는 AWS Lambda/GCP Cloud Functions 같은 서버리스에서도 사용 가능

## Comments



### Comment 2019

- Author: xgenecloud
- Created: 2020-06-16T15:48:43+09:00
- Points: 1

xguruを投稿していただきありがとうございます.

私はxgenecloudの作者です

質問に答えて幸せ

xgenecloudの前は、ハスラのようなXmysqlを書いていた。ビジネスロジックを実装するためのwebhookパターンに不満を感じました。これにより、APIの完全なソースコードを生成する方向に進みました。ぜひお試しください。

(English : Before xgenecloud, I had written Xmysql which was like Hasura. I got frustrated with webhook pattern to implement business-logic. This made me go in direction of generating full source code for APIs. Please give it a try)

website : https://xgenecloud.com

Discord : https://discord.gg/5RgZmkW

(forgive if my Japanese was wrong)

### Comment 2020

- Author: xguru
- Created: 2020-06-16T15:55:43+09:00
- Points: 1
- Parent comment: 2019
- Depth: 1

Thank  you for visiting

And thank you for sharing the wonderful work.

I'll try it!

* Btw, I'm Korean :)

### Comment 2021

- Author: xgenecloud
- Created: 2020-06-16T16:43:28+09:00
- Points: 1
- Parent comment: 2020
- Depth: 2

Oops, 정말 정말 죄송합니다..

댓글을 편집 할 수 없습니다

Thank you for trying xguru - which database and API (REST/GraphQL) do you use

(Im based in UK)

### Comment 1997

- Author: xguru
- Created: 2020-06-14T11:08:37+09:00
- Points: 2

Hasura 의 경우는 GraphQL을 처리해주는 서버가 실행되는 방식인데,

이건 아예 코드 자체를 생성해서 별도 서버 없이 REST/GraphQL 엔드포인트를 추가해주는 거네요.

MySQL 사용자에게는 GraphQL쪽 대안이 많지 않았는데, 한번 시도해봐야 할듯
