1.3.4 • Published 3 years ago

fpm-plugin-mysql v1.3.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

FPM-PLUGIN-MYSQL

Basic Info

  • 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

Usage

$ npm i fpm-plugin-mysql --save

Config In config.json

"mysql":
  {
    "host": "localhost",
    "database": "db",
    "username": "root",
    "password": "root",
    "showSql": true
  }

Code

fpm.M.findAsync()......
1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago