Skip to content
This repository has been archived by the owner on Apr 19, 2020. It is now read-only.
/ database-mongodb Public archive

Synor Database Engine - MongoDB

License

Notifications You must be signed in to change notification settings

Synor/database-mongodb

Repository files navigation

Synor Database Version Test Coverage License

Synor Database MongoDB

Synor Database Engine - MongoDB

Installation

# using yarn:
yarn add @synor/database-mongodb

# using npm:
npm install --save @synor/database-mongodb

URI

Format: mongodb[+srv]://[username:password@]hostname[:port]/database[?param=value&...]

Params:

Name Description Default Value
synor_migration_record_collection Name for Migration Record Collection synor_migration_record

Examples:

  • mongodb://mongo:[email protected]:27017/synor?synor_migration_record_collection=migration_record

License

Licensed under the MIT License. Check the LICENSE file for details.