0.1.10 • Published 7 years ago

most-data-mysql v0.1.10

Weekly downloads
12
License
BSD-3-Clause
Repository
github
Last release
7 years ago

most-data-mysql

Most Web Framework MySQL Adapter ##Install $ npm install most-data-mysql ##Usage Register MySQL adapter on app.json as follows:

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

If you are intended to use MySQL data adapter as the default database adapter set the property "default" to true.

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

9 years ago

0.1.0

9 years ago