MongoDB

    Mongosh

    Use a database

    use database
    

    List collections

    show collections
    

    List content in a collection

    db.collection.find()