mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-11-11 05:10:51 +03:00
Merge branch 'master' into ekg-rts-metrics
This commit is contained in:
commit
708b6768bd
@ -42,10 +42,9 @@ Get started using an existing database
|
||||
|
||||
Hasura GraphQL engine supports **Postgres 9.5 and above**
|
||||
|
||||
.. admonition:: MySQL support (alpha)
|
||||
|
||||
.. admonition:: MySQL support
|
||||
|
||||
We are in the process of launching support for MySQL, head to :ref:`this guide <mysql_preview>` to try it out in preview.
|
||||
Head to :ref:`this guide <mysql_preview>` to try out the MySQL preview.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
@ -17,6 +17,11 @@ Introduction
|
||||
|
||||
We are in the process of launching support for MySQL, and we have a preview available for you to try.
|
||||
|
||||
.. admonition:: Supported MySQL versions
|
||||
|
||||
Hasura GraphQL engine currently supports **MySQL 8.0**. Support for earlier
|
||||
versions will be added soon.
|
||||
|
||||
Try it out
|
||||
----------
|
||||
|
||||
@ -68,6 +73,9 @@ MySQL database *(replace the values surrounded by <>)*
|
||||
Step 3: Run Hasura GraphQL engine
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
The following command will run Hasura along with a Postgres database required
|
||||
for its functioning.
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ docker-compose up -d
|
||||
@ -85,12 +93,13 @@ Check if the containers are running:
|
||||
Step 4: Try out the GraphQL API
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
The console available at ``http://localhost:8080/console`` can be used to try
|
||||
out the generated API.
|
||||
The GraphiQL on the console available at ``http://localhost:8080/console`` can be
|
||||
used to try out the generated GraphQL API.
|
||||
|
||||
**The Hasura console currently does not support managing the MySQL database schema**.
|
||||
i.e. The ``Data`` section of the console will not display the MySQL tables, etc. Hence the database
|
||||
schema needs to be managed externally as of now. *(support for this is coming very soon)*
|
||||
|
||||
The Hasura console currently does not support MySQL (support coming very soon)
|
||||
and hence the database needs to be managed externally as of now. i.e. The ``Data``
|
||||
section of the console will not display the MySQL tables, etc.
|
||||
|
||||
Keep up to date
|
||||
---------------
|
||||
|
Loading…
Reference in New Issue
Block a user