Skip to content
This repository has been archived by the owner on Jan 21, 2019. It is now read-only.
/ kirbi-mongodb Public archive

A module for MongoDB support in Kirbi through Mongoose

License

Notifications You must be signed in to change notification settings

Kirbi-bot/kirbi-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kirbi-mongodb module

A module for Kirbi adding MongoDB support through Mongoose.

Usage

  1. Add "mongodb" to the externalModules array in the Kirbi config. Note: Make sure it is specified before any other modules that will use this database.
  2. Set databases.default value to "mongodb".
  3. Add database settings to the Kirbi config value under databases.mongodb.

Sample database config:

"databases": {
    "default": "mongodb",
    "mongodb": {
        "connection": "localhost/test",
        "options": {
            "useMongoClient": true
        }
    }
}

About

A module for MongoDB support in Kirbi through Mongoose

Resources

License

Stars

Watchers

Forks

Packages

No packages published