Implement MongoDB database adapter (#29)

* Implement MongoDB adapter using motor

* Add mongo container to build pipeline

* Tidy up dependencies

* Update documentation for MongoDB

* Export MongoDB adapter from db package

* Pass black format

* Update README
This commit is contained in:
François Voron
2019-10-27 16:34:30 +01:00
committed by GitHub
parent 3875632c80
commit ab0b187f20
15 changed files with 255 additions and 14 deletions

View File

@ -10,6 +10,12 @@ jobs:
matrix:
python_version: [3.7]
services:
mongo:
image: mvertes/alpine-mongo
ports:
- 27017:27017
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.7