Safe Haskell | None |
---|
- data DBType
- mysql :: DBType
- sqliteMin3619 :: DBType
- sqlite :: DBType
- db2 :: DBType
- oracle :: DBType
- oracleMin12c :: DBType
- mssql :: DBType
- mssqlMin2012 :: DBType
- postgres :: DBType
- data MigrationStrategy = MigrationStrategy {
- dbmsLimitOffset :: (Int, Int) -> Bool -> Text -> Text
- dbmsMigrate :: Show a => [EntityDef a] -> (Text -> IO Statement) -> EntityDef SqlType -> IO (Either [Text] [(Bool, Text)])
- dbmsInsertSql :: EntityDef SqlType -> [PersistValue] -> InsertSqlResult
- dbmsEscape :: DBName -> Text
- dbmsType :: DBType
Documentation
List of DBMS that are supported
data MigrationStrategy Source
MigrationStrategy | |
|