2.7.0 • Published 2 months ago

@themost/mysql v2.7.0

Weekly downloads
4
License
BSD-3-Clause
Repository
github
Last release
2 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.7.0

2 months ago

2.6.1

11 months ago

2.6.0

1 year ago

2.5.3

1 year ago

2.5.2

2 years ago

2.5.1

2 years ago

2.2.1

5 years ago

2.1.3

6 years ago

2.1.2

6 years ago

2.1.1

6 years ago

2.0.6

6 years ago

2.0.5

6 years ago

2.0.4

6 years ago

2.0.0-alpha.1

7 years ago

2.0.0-alpha

7 years ago