2.0.4 • Published 5 months ago

egg-taos v2.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

This is a trial egg.js taos3 version of a package, only for personal use, I have no time to solve the error, please understand.

egg-taos

Night in Ulaanbaatar

Install

$ npm i egg-taos --save

Usage

// app/config/plugin.js
module.exports = {
    taos: {
        enable: true,
        package: "egg-taos",
    };
}

Configuration

// app/config/config.default.js
config.taos = {
    client: {
      host: "",
      port: 6041,
      user: root,
      passwd: "",
      db: "",
    }
  };

Example

Questions & Suggestions

Please open an issue here.

2.0.4

5 months ago

2.0.3

6 months ago

2.0.2

6 months ago

2.0.1

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago