Version 1.0 of the MySQL UDF .NET plugin
Pre-release
Pre-release
MySQL UDF .NET
You can now execute .NET code inside of MySQL for any number of purposes. This gives you the flexibility to test out new code and possibly find a more performance friendly implementation of a complex algorithm you once used in a stored proc.
This is v1.0-rc1. Most of all of the features that make this a robust solution are code complete.
Features
- Full .NET library at your disposal
- Support for Unicode and Multibyte character sets
- Support for international languages
- Shadowcopy enabled for quick assembly swap
- Configurable by mysqld.exe.config
- Custom directories supporting individual AppConfigs
- Custom permission sets
- Configurable AppDomain lifetimes
Pre-Requisites
- MySQL v5.1 or greater
- Visual Studio C++ Runtime 12 (included)
- Microsoft .NET v2.0 or greated (not included)