Skip to content

Version 1.0 of the MySQL UDF .NET plugin

Pre-release
Pre-release
Compare
Choose a tag to compare
@debugthings debugthings released this 13 Jan 20:16
· 1 commit to master since this 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

  1. MySQL v5.1 or greater
  2. Visual Studio C++ Runtime 12 (included)
  3. Microsoft .NET v2.0 or greated (not included)