napkin-integration-tests-2.0.0
Safe HaskellNone
LanguageGHC2024

CreateTableInsert

Documentation

insertIntoTable :: forall b (r :: EffectRow). Member (SqlWrite b :: (Type -> Type) -> Type -> Type) r => Ref Table -> InsertStatement -> Sem r () #