Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 831 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 831 Bytes

catbox-mongodb

MongoDB adapter for catbox

Build Status

Lead Maintainer: Jarda Kotesovec

catbox-mongodb serializes values to BSON using MongoDB driver, therefore following data types are supported for this adapter: Object, Array, Number, String, Date, RegExp.

Options

  • host - the MongoDB server hostname. Defaults to '127.0.0.1'.
  • port - the MongoDB server port. Defaults to 27017.
  • username - when the mongo server requires authentication. Defaults to no authentication.
  • password - the authentication password when username is configured.
  • poolSize - number of connections. Defaults to 5.
  • partition - the MongoDB server database.