graphql-engine-1.0.0: GraphQL API over Postgres
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hasura.Backends.MSSQL.DDL

Description

MSSQL DDL

Implements the DDL related methods of the BackendMetadata type class for the MSSQL backend, which provides an interface for fetching information about the objects in the database, such as tables, relationships, etc.

The actual instance is defined in Hasura.Backends.MSSQL.Instances.Metadata.

Documentation