Helps to standardize our Monk DB configuration across projects
npm install denim-monk-db-factoryFactory utility for configuring monk db across platform applications
yarn add denim-monk-db-factory
Clone the repo
```
git clone https://github.com/denimlabs/denim-monk-db-factory.git
import
`
import { getMonkDb, makeDbOptions } from 'denim-monk-db-factory'
// DATABASE SETUP
const dbOptions = makeDbOptions(config.DB)
const db = getMonkDb(dbOptions)
//use db as a normal monk addapter
`
yarn test
yarn publish`
We use SemVer for versioning. For the versions available, see the tags on this repository.
Michael W. Clark - Initial work* - MichaelWClark
This project is licensed under the MIT License - see the LICENSE.md file for details