[MongoDB] pymongo를 사용하여 python으로 mongoDB 관리하기
python으로 mongoDB를 관리하는 방법으로 pymongo를 사용할 수 있습니다.
공식 문서에 설치 및 사용법이 포함되어 있습니다.
https://pymongo.readthedocs.io/en/stable/index.html
PyMongo 3.11.0 Documentation — PyMongo 3.11.0 documentation
Getting Help If you’re having trouble or have questions about PyMongo, ask your question on our MongoDB Community Forum. You may also want to consider a commercial support subscription. Once you get an answer, it’d be great if you could work it back in
pymongo.readthedocs.io
공식 문서에는 사용법이 좀 부족할 수 있는데, 여기에서 추가적인 내용을 볼 수 있습니다.
https://www.w3schools.com/python/python_mongodb_getstarted.asp
Python MongoDB
Python MongoDB Python can be used in database applications. One of the most popular NoSQL database is MongoDB. MongoDB MongoDB stores data in JSON-like documents, which makes the database very flexible and scalable. To be able to experiment with the code e
www.w3schools.com