🟥Hooks

List of hooks available for

▸ Database

Hooks related to script database module.

NameDescription

agon_db_connect

Called before database connection begins

agon_db_onfailed

Called when DB connection fails for MySQL

agon_db_onconnected

Called after DB connection complete, before update check

agon_db_finished

Called after all db operations finished

agon_db_mysql_heartbeat

MySQL heartbeat

agon_db_tableExists

database table exists

agon_db_tableCreated

database table created

Last updated