모터 0.3.2 출시,이 버전 호환 http://www.aliyun.com/zixun/aggregation/13461.html "> mongodb 2.2,2.4 및 Pymongo 2.7.1 2.6, 최소 요구.
이 릴리스는 "copy_database" 방법에서 소켓 누수를 해결 하 고 문제 및 버그 "하자 지금 칭찬 Resourcewarnings"를 다시 작성.
최신 버전: 핍 설치-업그레이드 모터. 자세한 내용은 여기를 참조 하십시오.
모터 및 미래 메커니즘에 따라 토네이도 MongoDB 드라이버를 제공 합니다. 모터 캡슐 Pymongo
설치: $ 핍 설치 모터
샘플 코드:
? 123456789101112131415161718192021222324252627282930313233from 토네이도 가져오기 겐 클래스 newmessagehandler (Tornado.web.RequestHandler): @tornado. web.asynchronous @ Gen.coroutine 프 게시물 (자기): "" "메시지를 삽입 합니다." " 메시지 self.get_argument ('msg') db = = self.settings [' DB '] # 삽입 ()는 미래를 반환 합니다. 미래 결과를 얻을 수 있습니다. 결과 수익률 db.messages.insert = ({'메시지': 메시지}) & nbsp; # 성공 ('/') self.redirect 클래스 Messageshandler (Tornado.web.RequestHandler): @tornado. web.asynchronous @gen. coroutine 데 프 얻을 (자기): & NBsp; """표시 모든 메시지." " self.write (' <는 href = "/ 작성" > 메시지 < /a >< br > ') self.write ('< ul >') db self.settings = [' DB '] 커서 = db.messages.find () 정렬 ([(' _id',-1)]) & nbsp; (수확량 cursor.fetch_next) 동안: 메시지 = cursor.next_ 개체 () self.write (' < 리 > %s < /li > ' 메시지를 % [' msg ']) & nbsp; # 반복 완료 self.write ('< /ul >') & nbsp; Self.finish)
모터 API
Motorclient-MongoDB에 연결
Motorreplicasetclient-MongoDB 복제 세트에 연결
Motordatabase
Motorcollection
Motorcursor
모터 Gridfs 클래스
Motor.web