Skip to main content

Add Flask support for MongoDB using MongoAlchemy.

Project description

Version 0.3

Flask support for MongoDB using MongoAlchemy.

Documentation

If you want to get started, check the example sourcecode out.

For full documentation, see the online docs at: http://packages.python.org/Flask-MongoAlchemy/.

Development

Bootstraping the development environment

If you are using a virtualenv, bootstrap your development environment by running:

$ make bootstrap

Running tests

With all dependencies installed (after bootstrap development env), just run:

$ make test

Community

#cobrateam on chanel irc.freenode.net

Changelog

Flask-MongoAlchemy 0.3

  • Introduced update queries support

Flask-MongoAlchemy 0.2

  • Reverse compatibility broken on Document class. The get() method was moved to BaseQuery class. Here the old code, on version 0.1:

    >>> Document.get(mongo_id)

    And the new code, on version 0.2:

    >>> Document.query.get(mongo_id)
  • Added get_or_404, first_or_404 and paginate methods on BaseQuery class. Check the documentation to know how to use them :)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Flask-MongoAlchemy-0.3.tar.gz (5.5 kB view details)

Uploaded Source

File details

Details for the file Flask-MongoAlchemy-0.3.tar.gz.

File metadata

File hashes

Hashes for Flask-MongoAlchemy-0.3.tar.gz
Algorithm Hash digest
SHA256 2ed838ba560e176cb8684bb61e11f954089c4650e64bb7193bc03284c670a6a7
MD5 29b5eebc93174316e084cc8a98d13c3b
BLAKE2b-256 44463438e02a5673f55f3b91448e0088fe0cf9a5949ff0935d13b18406583e3b

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page