mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 20:41:49 +03:00
17 lines
382 B
ReStructuredText
17 lines
382 B
ReStructuredText
Database modelling guides
|
|
=========================
|
|
|
|
The following guides will help you model the different types of table relationships in the database:
|
|
|
|
- :doc:`one-to-one`
|
|
- :doc:`one-to-many`
|
|
- :doc:`many-to-many`
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:hidden:
|
|
|
|
One-to-one relationship <one-to-one>
|
|
One-to-many relationship <one-to-many>
|
|
Many-to-many relationship <many-to-many>
|