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