graphql-engine/server/src-lib/Hasura/SQL/Backend.hs
Auke Booij 8d0afb6f92
server: SQL that grows (#6003)
Add a backend type extension parameter to some RQL types, following the ideas of the paper "Trees that grow" (Najd & Jones 2016)

Co-authored-by: Antoine Leblanc <antoine@hasura.io>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2020-10-22 22:42:27 +02:00

4 lines
75 B
Haskell

module Hasura.SQL.Backend where
data Backend = Postgres | MySQL -- | Misc