Napkin.Run.Effects.Interpreters.SqlParse
runSqlParseIO :: forall (r :: EffectRow) a. Member (Reader SQLDialect) r => Sem ((SqlParse :: (Type -> Type) -> Type -> Type) ': r) a -> Sem r a #
Interpret SqlParser by performing the actual parse operation in IO.
caching on repeat runs to save expensive operations.