Details
-
Type:
Task
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
Could you please include this plugin?
https://github.com/rpbouman/mysqlv8udfs
We would avoid to satisfy dependencies + compile + install + exec SQL file.
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
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/