@tigojs/mongodb
v0.3.1
Published
Create a connection between tigo and mongodb
Readme
@tigojs/mongodb
Provide mongodb support for tigo.
Usage
We recommend to use @tigojs/cli to add this package.
tigo add mongodbAfter 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
