napkin-1.0.0
Safe HaskellSafe-Inferred
LanguageGHC2021

Napkin.Untyped.Ops.Sqlite.Polyfill

Synopsis

Documentation

polyfillData :: forall a. Data a => a -> a #

polyfill replaces struct/array syntax with almost isomorphic JSON functions, though watch out precision loss in case of handling floating point numbers.

sqlF :: Ref Function -> [SExp] -> SExp #