napkin-1.0.0
Safe HaskellSafe-Inferred
LanguageGHC2021

Napkin.Untyped.Ops.Sqlite

Synopsis

Documentation

type UFunc = SExp -> SExp #

type BinFunc = SExp -> SExp -> SExp #

type NulFunc = SExp #

type MulFunc = [SExp] -> SExp #

ilike :: SExp -> SrcLitStr -> SExp infix 4 #

like is case insensitive for non utf

between :: SExp -> SExp -> SExp -> SExp #