1.0.10 • Published 7 years ago

denim-monk-db-factory v1.0.10

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

denim-monk-db-factory

Factory utility for configuring monk db across platform applications

Getting Started

yarn add denim-monk-db-factory

Prerequisites

None

Installing

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

Running the tests

yarn test

Deployment

yarn publish

Built With

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago