# Functions
NewStatsModule returns the implementation of a table-valued-function for grep.
NewStrSplitModule returns the implementation of a table-valued-function for splitting string contents on a delimiter (default "\n").
Register registers helpers as a SQLite extension.
# Structs
ApproxDuration pretty prints a duration given in days showing x years (y months) x years x months (y days) x months x days.
StringSplit implements str_split scalar sql function.
TimeDiff implements a timediff pretty print function using github.com/mergestat/timediff.
TomlToJson implements toml_to_json sql function.
XmlToJson implements xml_to_json sql function.
YamlToJson implements yaml_to_json sql function.