Pyramid Mongokit Extension
Project description
A simple Pyramid extension that registers a mongokit connection as an attribute of the request object.
Expects MONGO_URI in os.environ.
If provided as environment variables, MONGO_DB_PREFIX will be used as prefix for any databases and MONGO_DB_NAME for database name.
Source code & example on https://github.com/hadrien/pyramid_mongokit
Changelog
Development
0.2
Add register decorator to register documents to mongokit and generate indexes when doing a config.scan.
Add an introspectable for each registered document.
0.1.1
Add name when registring utility to zope registry to be compatible with zope.interface==4.1.0
0.1
Use MongoReplicaSetClient when specified by mongo uri.
Mongo Session lazily opened.
Add config directives to register and index documents and to get mongo connection.
0.0.6
Read preference set to secondary preferred by default at construct time.
0.0.5
Break compatibility with 0.0.4 as register_document does not generate indexes anymore.
Add generate_index function.
Break apart Connection classes: MongoConnection is not anymore tied to a single databases and SingleDbCOnnection is tied to a single database.
Add an example used for documenting and functional testing.
0.0.4
registering document ensures index are created.
0.0.0
Initial version
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pyramid_mongokit-0.2.tar.gz
.
File metadata
- Download URL: pyramid_mongokit-0.2.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a133dff2f63adaad2071ef6b94f5b5edb741a8262f251d9e3465b6261f5cab3 |
|
MD5 | e327d107f28ac35a9fb07a162c540f86 |
|
BLAKE2b-256 | 6517e14b549dcd5f0216702da9d53075ef666c5e1d3b8242afe1868a6f3746be |