simov / express-admin

MySQL, MariaDB, PostgreSQL, SQLite admin for Node.js
MIT License
1.17k stars 222 forks source link

Are there lifecycle event hooks for different actions such as update, insert, delete? #131

Closed jdgriffith closed 6 years ago

jdgriffith commented 6 years ago

I have added model event hooks in my API and need certain hooks to be fired on the admin side too to keep my Elastic Search instance in sync. Is there a hook mechanism or strategy?

simov commented 6 years ago
jdgriffith commented 6 years ago

Awesome! This will work for my purposes. Thanks!