Skip to content
This repository was archived by the owner on Apr 19, 2020. It is now read-only.

Latest commit

 

History

History
37 lines (24 loc) · 1.51 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.51 KB

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.