Skip to content

Latest commit

 

History

History
executable file
·
30 lines (23 loc) · 546 Bytes

File metadata and controls

executable file
·
30 lines (23 loc) · 546 Bytes

python-cli-mongodb-orm-delete

Description

A mongoengine example w/o login. Creates a single collection weapon inside test database. Inserts multiple records then prints the whole collection and the collections inside test database. Deletes a single record.

Tech stack

  • python
    • mongoengine
  • mongodb

Docker stack

  • python:latest

To run

sudo ./install.sh -u

To stop (optional)

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credits

Examples