Skip to content

Songgexnl/egg-taos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 install 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.

About

Taos3 plugin for egg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published