Merge pull request #620 from ruslantalpa/rpc_refactor

Rpc refactor
This commit is contained in:
Joe Nelson
2016-07-06 20:51:05 -07:00
committed by GitHub
7 changed files with 120 additions and 69 deletions
+1
View File
@@ -13,6 +13,7 @@ data DbStructure = DbStructure {
, dbColumns :: [Column]
, dbRelations :: [Relation]
, dbPrimaryKeys :: [PrimaryKey]
, dbProcs :: [(Text,Text)]
} deriving (Show, Eq)
type Schema = Text