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.
Night in Ulaanbaatar
$ npm install egg-taos --save
// app/config/plugin.js
module.exports = {
taos: {
enable: true,
package: "egg-taos",
};
}
// app/config/config.default.js
config.taos = {
client: {
host: "",
port: 6041,
user: "root",
passwd: "",
db: "",
}
};
Please open an issue here.