napkin-0.5.14
Copyright(c) Soostone Inc 2020
LicenseAllRightsReserved
MaintainerOzgun Ataman
Stabilityexperimental
PortabilityPOSIX
Safe HaskellSafe-Inferred
LanguageGHC2021

Napkin.Untyped.Ops.Sqlite

Description

Implements functions defined on https://www.sqlite.org/lang_corefunc.html

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 insensetive for non utf

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