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

Hasura.Backends.MSSQL.Meta

Description

Metadata related types, functions and helpers.

Provides a single function which loads the MSSQL database metadata. See the file at src-rsrmssqlmssql_table_metadata.sql for the SQL we use to build this metadata. See DBTableMetadata for the Haskell type we use forall storing this metadata.

Synopsis

Loader

Local types

Transform

Helpers