Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PymongoExpress

A utility package to make working with pymongo even easier

Getting Started

The package uses a single class named PymongoExpressClient. To use the interface, simply generate an object from this class:

from pymongo_express import PymongoExpressClient

myClient = PymongoExpressClient(
    url=<url_of_the_db_instance>,
    username=<your_username>
    password=<your_password>
    port=<port_of_the_db_instance>
)

The PymongoExpressClient gives access to many simplified CRUD operations for you mongo DB.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages