forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
23 lines
582 B
Text
23 lines
582 B
Text
These SQLite extension libraries provide the following functions:
|
|
|
|
Compress content into a blob using libz
|
|
(loaded with ".load libsqlitecompress.so"):
|
|
COMPRESS, UNCOMPRESS
|
|
|
|
IPv4 functions (loaded with ".load libsqliteipv4.so"):
|
|
ISINNET, ISSAMENET
|
|
IP2INT, INT2IP
|
|
NETFROM, NETTO
|
|
NETLENGTH, NETMASKLENGTH
|
|
|
|
Shell environment functions (loaded with ".load libsqliteenv.so"):
|
|
CURRENT_USER
|
|
CURRENT_LOCALE
|
|
GETENV
|
|
|
|
MD5 message-digest algorithm functions (loaded with ".load libsqlitemd5.so"):
|
|
GROUP_MD5
|
|
MD5
|
|
MD5FILE
|
|
|
|
WWW: http://sqlite.mobigroup.ru/wiki?name=extensions
|