Napkin.Render.Utils
unpackRenderedSql :: RenderedSql -> Text #
Helper functions for napkin repl
sqlToFile :: forall {k} a (b :: k). RenderSql a b => Proxy b -> a -> FilePath -> IO () #
Render to a local SQL file, mainly for debugging/devel help.
sqlToFileCollapsed :: forall {k} a (b :: k). RenderSql a b => Proxy b -> a -> FilePath -> IO () #
printSql :: forall {k} a (b :: k). RenderSql a b => Proxy b -> a -> IO () #