sanic-mongodb-extension

MongoDB with μMongo support for Sanic framework

BSD-3-CLAUSE License

Downloads
205
Stars
27

Bot releases are hidden (Show)

sanic-mongodb-extension - sanic-mongodb-extension v0.6.0 Latest Release

Published by Relrin over 1 year ago

Fixes:

  • Updated dependecies to the latest stable release
  • Upgrade to umongo v3
  • Updated the example in README
sanic-mongodb-extension - sanic-mongodb-extension v0.5.0

Published by Relrin almost 2 years ago

Update to the latest compatible versions for Sanic

sanic-mongodb-extension - sanic-mongodb-extension v0.4.0

Published by Relrin almost 5 years ago

Fixes:

  • Reuploaded sanic-mongodb-extension on PyPI with correct dependencies
  • Updated umongo and motor packages to the latest release
sanic-mongodb-extension - sanic-mongodb-extension v0.3.0

Published by Relrin about 5 years ago

Added:

  • Passing connection options for motor_asyncio client (PR #11)

Updates:

  • Updated README.md
  • uMongo changed to the latest release
sanic-mongodb-extension - sanic-mongodb-extension v0.2.2

Published by Relrin almost 6 years ago

Updates:

  • Updated motor dependency to the latest release (to 1.0.0)
sanic-mongodb-extension - sanic-mongodb-extension v0.2.1

Published by Relrin about 6 years ago

Added:

  • The lazy_umongo attribute for getting an access to the lazy uMongo instance

Fixed:

  • The example in README.rst
sanic-mongodb-extension - sanic-mongodb-extension v0.2.0

Published by Relrin over 6 years ago

Updates:

  • Updated motor dependency to the latest release
sanic-mongodb-extension - sanic-mongodb-extension v0.1.1

Published by Relrin over 6 years ago

Fixes:

  • Missing import to motor asyncio client
sanic-mongodb-extension - sanic-mongodb-extension v0.1.0

Published by Relrin over 6 years ago

Features:

  • Implemented MongoDbExtension class