You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by "umer200 (via GitHub)" <gi...@apache.org> on 2023/03/19 15:46:50 UTC

[GitHub] [age] umer200 commented on issue #472: Add in the Hooks to allow extension to make modifications as necessary

umer200 commented on issue #472:
URL: https://github.com/apache/age/issues/472#issuecomment-1475299461

   The use of hooks in the MariaDB with AGE extension will be similar to the use of hooks in any other database. Basically, the hooks will be something close to triggers or user-defined functions and they will execute at some CRUD operation on the table. Therefore with our AGE extension on MariaDB, the hooks will be added on the raw MariaDB statements at points where we want our graph extension to intercept and produce the desired results. So, the format for hooks will be similar to triggers or user-defined functions which might take input/output parameters as needed and then return the user with some results.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org