Hi, I would like to transform existing MSSQL/Postgres into GraphQL server. I might need to map DB Schema into GraphQL Schema. Thus I can query the MSSQL/Postgres using GraphQL query instead of SQL query? Is graphcool the right tool to achieve this goal? Thanks.
a
agartha
11/08/2017, 2:01 AM
In order to use Graphcool, you need to migrate your data to the Graphcool database. You cannot connect your own database directly (yet).
m
Mingzhou ZHUANG
11/08/2017, 2:21 AM
So sad. MSSQL is provided by data provider. We cannot migrate it to Graphcool database.
And we have our Business Schema mapping from Database Schema. I would like to use GraphQL Schema as our Business Schema.
a
agartha
11/08/2017, 2:41 AM
There are a number of tools that make it possible to expose an existing MSSQL database, but they are unrelated to Graphcool. There is an open FR for supporting other databases though, maybe you can share your 👍 there? https://github.com/graphcool/framework/issues/1006