Skip to main content

mongodb datastore implementation

Project description

# datastore-mongo

## datastore implementation for mongodb

See [datastore](https://github.com/datastore/datastore).

### Install

From pypi (using pip):

sudo pip install datastore.mongo

From pypi (using setuptools):

sudo easy_install datastore.mongo

From source:

git clone https://github.com/datastore/datastore.mongo/ cd datastore.mongo sudo python setup.py install

### License

datastore.mongo is under the MIT License.

### Contact

datastore.mongo is written by [Juan Batiz-Benet](https://github.com/jbenet). It was extracted from [datastore](https://github.com/datastore/datastore) in Feb 2013.

Project Homepage: [https://github.com/datastore/datastore.mongo](https://github.com/datastore/datastore.mongo)

Feel free to contact me. But please file issues in github first. Cheers!

### Hello World

>>> import pymongo
>>> import datastore.mongo
>>>
>>> conn = pymongo.Connection()
>>> ds = datastore.mongo.MongoDatastore(conn.test_db)
>>>
>>> hello = datastore.Key('hello')
>>> ds.put(hello, 'world')
>>> ds.contains(hello)
True
>>> ds.get(hello)
'world'
>>> ds.delete(hello)
>>> ds.get(hello)
None

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

datastore.mongo-0.1.1.tar.gz (3.8 kB view details)

Uploaded Source

File details

Details for the file datastore.mongo-0.1.1.tar.gz.

File metadata

File hashes

Hashes for datastore.mongo-0.1.1.tar.gz
Algorithm Hash digest
SHA256 23da86baca9b5ee6432e1f07e160ebbf0c608f5e8d35db09a8df02239e3daee7
MD5 4fa11ae2d0a8f4f39af5705ed11330a6
BLAKE2b-256 f5db099037841c320349ba9b0d2f1005b26af2f420d7457f1133e2efc953dd27

See more details on using hashes here.

Supported by

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