MySQL中的JavaScript支持:UUID示例
原文英文,约1000词,阅读约需4分钟。发表于: 。You may have noticed that MySQL now supports creating functions (and store procedures) in Javascript using GraalVM. This new functionality is only available in MySQL Enterprise and MySQL...
MySQL现在支持使用GraalVM在JavaScript中创建函数。此功能在MySQL Enterprise和MySQL HeatWave中可用。JavaScript函数可用于处理MySQL中的UUID,例如从UUIDv1中提取时间戳。JavaScript函数还可用于生成和处理MySQL HeatWave中的UUIDv7。示例和函数可在GitHub上找到。