mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 04:51:35 +03:00
b8cd59551f
https://github.com/hasura/graphql-engine-mono/pull/1763 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com> GitOrigin-RevId: 184be0e675345e5ec02678482097edd9c69ad484
43 lines
1.3 KiB
ReStructuredText
43 lines
1.3 KiB
ReStructuredText
.. meta::
|
|
:description: Hasura databases support
|
|
:keywords: hasura, docs, databases
|
|
|
|
.. _databases:
|
|
|
|
Databases
|
|
=========
|
|
|
|
.. contents:: Table of contents
|
|
:backlinks: none
|
|
:depth: 1
|
|
:local:
|
|
|
|
Introduction
|
|
------------
|
|
|
|
The Hasura GraphQL engine automatically generates your GraphQL schema and resolvers based on tables/views
|
|
in your database . **You don't need to write a GraphQL schema or resolvers.** See
|
|
:ref:`How Hasura GraphQL engine works <how_it_works>` for more details.
|
|
|
|
The Hasura console gives you UI tools that speed up your data-modelling process, or working with your existing databases.
|
|
The console also automatically generates migrations or metadata files that you can edit directly and check into your
|
|
version control.
|
|
|
|
Supported databases
|
|
-------------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:titlesonly:
|
|
|
|
postgres/index
|
|
ms-sql-server/index
|
|
citus-hyperscale-postgres/index
|
|
bigquery/index
|
|
Connecting databases <connect-db>
|
|
|
|
.. admonition:: Additional Resources
|
|
|
|
Get Started with Hasura today - `Watch video guide <https://hasura.io/events/webinar/get-started-with-hasura/?pg=docs&plcmt=body&cta=getting-started&tech=>`__.
|
|
|
|
Have additional questions? - `Contact us <https://hasura.io/contact-us/?pg=docs&plcmt=body&cta=getting-started&tech=>`__. |