- Run Action Hook Name
INIT
BEFORE_SERVER_START
- ExtendModule Name:
mysql
- Exception
-
E.Nbiot.SEND_ERROR
const E = { Nbiot: { SEND_ERROR: { errno: -10041, code: 'SEND_ERROR', message: 'An error occured when the mqtt server publish a message' } } }
-
getDependencies()
-
[]
-
- The Reference Of The
Bind()
Method An BizModule Object Contains The Functions-
send
-
$ npm i fpm-plugin-mysql --save
"mysql":
{
"host": "localhost",
"database": "db",
"username": "root",
"password": "root",
"showSql": true
}
fpm.M.findAsync()......