Skip to content

ElisonSherton/pymongo-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pymongo Basics

This repository goes along with the medium post Beginner’s guide to pymongo using Spotify Top50 2019 songs.

Anyone working with databases should know the process of Create/Insert, Read/Query, Update and Delete (CRUD for short). For mongodb database, this could now be done using python with the help of a library called pymongo.

The post aims to explain the same and the code for the entire post is contained in this repo.

About

Script to demonstrate the basic CRUD commans using pymongo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages