Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
None
Description
Could you please include this plugin?
https://github.com/rpbouman/mysqlv8udfs
We would avoid to satisfy dependencies + compile + install + exec SQL file.
Attachments
Issue Links
- is duplicated by
-
MDEV-8828 javascript v8 udfs
- Open
Now that the CONNECT engine supports reading and writing JSON files, does that not make UDF's for JSON manipulation redundant? You can now use what is arguably the worlds most popular database client api, to manipulate the most popular document messaging format.
Creating SQL with custom functions requires a different development approach to just using generic SQL to directly manipulate JSON files.
https://mariadb.com/kb/en/mariadb/connect-json-table-type/