Skip to content

akyuujs/akyuu-adapter-toshihiko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

akyuu-adapter-toshihiko

Toshihiko adapter for Akyuujs.

Installation

$ npm install --save -d akyuu-adapter-toshihiko

Configuration

Make sure you have a connections section in your configuration file(s).

And its adapter should be toshihiko.

option required remark
adapter must be toshihiko
dialect default to "mysql", see Toshihiko's document
... see Toshihiko's document

A Probably Demo Configuration File

Filename: ./config/default/connections.js

module.exports = {
    main: {
        adapter: "toshihiko",
        dialect: "mysql",
        database: "test",
        username: "root",
        password: "",
        host: "127.0.0.1",
        port: 3306,
        showSql: true,
        charset: "utf8mb4_bin"
    }
};

About

Toshihiko adapter for Akyuujs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published