relational-schemas-0.1.8.0: RDBMSs' schema templates for relational-query
Safe HaskellNone
LanguageHaskell2010

Database.Relational.Schema.SQLite3

Synopsis

Documentation

config :: Config Source #

Configuration parameter against SQLite3.

getType :: Map String TypeQ -> TableInfo -> Maybe (String, TypeQ) Source #

normalizeColumn :: String -> String Source #

normalizeType :: String -> String Source #

tableInfoQuerySQL :: String -> String -> Query () TableInfo Source #

indexListQuerySQL :: String -> String -> Query () IndexList Source #

indexInfoQuerySQL :: String -> String -> Query () IndexInfo Source #