Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Yggdrasil
Documentation
data YggdrasilEngine Source #
Constructors
SQLite | |
PostgreSQL | |
MySQL |
Instances
Generic YggdrasilEngine Source # | |
Defined in Yggdrasil Associated Types type Rep YggdrasilEngine :: Type -> Type # Methods from :: YggdrasilEngine -> Rep YggdrasilEngine x # to :: Rep YggdrasilEngine x -> YggdrasilEngine # | |
Show YggdrasilEngine Source # | |
Defined in Yggdrasil Methods showsPrec :: Int -> YggdrasilEngine -> ShowS # show :: YggdrasilEngine -> String # showList :: [YggdrasilEngine] -> ShowS # | |
Eq YggdrasilEngine Source # | |
Defined in Yggdrasil Methods (==) :: YggdrasilEngine -> YggdrasilEngine -> Bool # (/=) :: YggdrasilEngine -> YggdrasilEngine -> Bool # | |
type Rep YggdrasilEngine Source # | |
Defined in Yggdrasil type Rep YggdrasilEngine = D1 ('MetaData "YggdrasilEngine" "Yggdrasil" "yggdrasil-schema-1.0.0.6-5ypOcZ38L3EqjDvfwijeu" 'False) (C1 ('MetaCons "SQLite" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "PostgreSQL" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "MySQL" 'PrefixI 'False) (U1 :: Type -> Type))) |
Constructors
Yggdrasil | |
Fields |
Instances
data RanMigration Source #
Constructors
RanMigration Text Int Text UTCTime |
Instances
Generic RanMigration Source # | |
Show RanMigration Source # | |
Defined in Yggdrasil Methods showsPrec :: Int -> RanMigration -> ShowS # show :: RanMigration -> String # showList :: [RanMigration] -> ShowS # | |
Eq RanMigration Source # | |
Defined in Yggdrasil | |
FromRow RanMigration Source # | |
Defined in Yggdrasil Methods | |
type Rep RanMigration Source # | |
Defined in Yggdrasil type Rep RanMigration = D1 ('MetaData "RanMigration" "Yggdrasil" "yggdrasil-schema-1.0.0.6-5ypOcZ38L3EqjDvfwijeu" 'False) (C1 ('MetaCons "RanMigration" 'PrefixI 'False) ((S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int)) :*: (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 UTCTime)))) |
runYggdrasil :: MonadIO m => Yggdrasil -> m () Source #
liftTupleMaybeFromFst :: (Maybe a, b) -> Maybe (a, b) Source #
parseTextToSqlStatements :: Text -> [Text] Source #