Skip to main content

# 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

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.

Release history Release notifications | RSS feed

This release

0.1.1 This release

1 file

0.1.0

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page