Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コレクションを作成するための簡単なコードを次に示しますが、コレクションは作成されません。
import pymongo conn=pymongo.Connection() db=conn["userdb"] table=db["Books"]
誰でもこれで私を助けてくれますか?