From 550afc27dc3abf2e32bcfe3df1085fbf669e54ba Mon Sep 17 00:00:00 2001 From: Lix Xu Date: Thu, 16 Feb 2017 22:36:16 +0800 Subject: [PATCH] simple motor wrapper --- docs/sanic/extensions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sanic/extensions.md b/docs/sanic/extensions.md index 87321b51..94f06a9c 100644 --- a/docs/sanic/extensions.md +++ b/docs/sanic/extensions.md @@ -9,3 +9,4 @@ A list of Sanic extensions created by the community. - [OpenAPI/Swagger](https://github.com/channelcat/sanic-openapi): OpenAPI support, plus a Swagger UI. - [Websockets](https://github.com/r0fls/sanic-websockets): Minimal wrapper to work with [Websockets](https://github.com/aaugustin/websockets) - [Pagination](https://github.com/lixxu/python-paginate): Simple pagination support. +- [Motor](https://github.com/lixxu/sanic-motor): Simple motor wrapper.