mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 20:41:49 +03:00
8357142001
- add [page](https://deploy-preview-814--hasura-docs-mono.netlify.app/graphql/core/databases/connect-db.html) on connecting databases - add [page](https://deploy-preview-814--hasura-docs-mono.netlify.app/graphql/cloud/projects/move-project-v2.html) to move 1.3 cloud projects to 2.0 - add [section](https://deploy-preview-814--hasura-docs-mono.netlify.app/graphql/core/migrations/upgrade-v3.html#continue-using-config-v2) on continue using config v2 with v2.0 projects GitOrigin-RevId: 5353466425f1c33d987037b739213a30e87e0efa
36 lines
905 B
ReStructuredText
36 lines
905 B
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
|
|
Connecting databases <connect-db>
|