首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > repoze-what-plugins-mongodb

repoze-what-plugins-mongodb

  • 资源大小:10.25 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

The repoze.what mongoDB plugin Note: This plugin is not official and it is under revision before it is released in repoze.what and pypi. This is a source adapter plugin for repoze.what and MongoDB. MongoDB is a schema-less document oriented database. It is highly recommended to use version 1.1.0 or later. How to install The minimum requirements are pymongo, and repoze.what, and you can install it having setuptools: python setup.py install Sample use Here we need to have a mongoDB server installed, check here for instructions. >>> import pymongo>>> db_conn = pymongo.Connection("localhost")>>> db = db_conn["authdb"]>>> from repoze.

文 件 列 表

repoze.what.plugins.mongodb-0.5dev-r12
repoze
VERSION.txt
MANIFEST.in
tests
doc
setup.cfg
README.txt
PKG-INFO
setup.py
repoze.what.plugins.mongodb.egg-info
VIP VIP
0.176175s