2.9.0 • Published 6 months ago

@themost/mysql v2.9.0

Weekly downloads
4
License
BSD-3-Clause
Repository
github
Last release
6 months ago

npm Dependency status for latest release GitHub top language License GitHub last commit GitHub Release Date npm

MOST Web Framework Logo

@themost/mysql

Most Web Framework MySQL Adapter

License: BSD-3-Clause

Install

npm install @themost/mysql

Usage

Register MySQL adapter on app.json as follows:

"adapterTypes": [
    ...
    { "name":"MySQL Data Adapter", "invariantName": "mysql", "type":"@themost/mysql" }
    ...
],
adapters: [
    ...
    { "name":"development", "invariantName":"mysql", "default":true,
        "options": {
          "host":"localhost",
          "port":3306,
          "user":"user",
          "password":"password",
          "database":"test"
        }
    }
    ...
]
2.9.0

6 months ago

2.8.1

6 months ago

2.8.0

6 months ago

2.7.0

12 months ago

2.6.1

2 years ago

2.6.0

2 years ago

2.5.3

2 years ago

2.5.2

3 years ago

2.5.1

3 years ago

2.2.1

6 years ago

2.1.3

6 years ago

2.1.2

7 years ago

2.1.1

7 years ago

2.0.6

7 years ago

2.0.5

7 years ago

2.0.4

7 years ago

2.0.0-alpha.1

7 years ago

2.0.0-alpha

8 years ago