mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 12:31:52 +03:00
4 lines
79 B
Haskell
4 lines
79 B
Haskell
module Hasura.SQL.Backend where
|
|
|
|
data BackendType = Postgres | MySQL -- | Misc
|