Libraries
For downloads, place navigate to either one of the library documentation pages. You will find the source, binary and resources in the top of each documentation page.
Please understand that in most cases, the libraries themselves are not considered complete. We intend to add more functions to these libraries. However, we are currently not thinking of changing any of the function names or signatures, so it should be safe to build with whatever is there now.
Currently, the following libraries are available:
- lib_mysqludf_json
-
A library of functions to map relational data to the JSON format. JSON is a principal format next to XML for data exchange in AJAX architectures. Contributed by Roland Bouman - lib_mysqludf_log
- No info of this library available
- lib_mysqludf_preg
-
A library to access the functionality in the PCRE library, offering Perl 5 compatible regular expressions. This can be as an enhancement to (or replacement of) the RLIKEorREGEXPsyntax native to MySQL, or to replace regular expressions in the client or application layer (such as the PHP preg_ functions).Contributed by Rich Waters from GoodHumans - lib_mysqludf_stat
-
A library of statistical functions. Most of these functions are aggregrate functions. Contributed by Roland Bouman - lib_mysqludf_stem
-
The lib_mysqludf_stem library provides stemming capability for a variety of languages using Dr. M.F. Porter's Snowball API. Contributed by Arnold Daniels from Javeline - lib_mysqludf_str
-
A library of string functions complementing the set of native ones provided by MySQL. Contributed by Claudio Cherubino - lib_mysqludf_sys
-
A library with functions to interact with the operating system. These functions allow you to interact with the execution environment in which MySQL runs. Contributed by Roland Bouman - lib_mysqludf_udf
- No info of this library available
- lib_mysqludf_xql
-
A library of functions to map relational data to the XML format. XML is a principal format next to JSON for data exchange in AJAX architectures. Contributed by Arnold Daniels from Javeline