0.3.1 • Published 4 years ago

@tigojs/mongodb v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@tigojs/mongodb

Provide mongodb support for tigo.

Usage

We recommend to use @tigojs/cli to add this package.

tigo add mongodb

After installing, you can get this mongodb engine by app.dbEngine.mongodb.tmongo.

Configuration

Here's a template:

// .tigorc.js
module.exports = {
  plugins: {
    mongodb: {
      package: '@tigojs/mongodb',
      config: {
        uri: 'YOUR_CONNECTION_URL',
      },
    },
  },
};

License

MIT

0.3.1

4 years ago

0.3.0

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago