🍒
Cherry3
Support
  • 🥳Welcome
    • 📕Change Log
  • 🎗️Model & Schema
    • 🪡Usage & Options
  • 🍒Operators
    • 🧵find()
    • 🧵allRows()
    • 🧵findOne()
    • 🧵findOneAndUpdate()
    • 🧵findOneAndDelete()
    • 🧵findById()
    • 🧵findByIdAndUpdate()
    • 🧵findByIdAndDelete()
    • 🧵insertOne()
    • 🧵insertMany()
    • 🧵updateOne()
    • 🧵updateMany()
    • 🧵deleteOne()
    • 🧵deleteMany()
    • 🧵create() & save()
    • 🧵schemaInfo()
    • 🧵dropCollection()
    • 🧵renameCollection()
    • 🧵renameColumn()
    • 🧵deleteColumn()
    • 🧵distinct()
    • 🧵countDocuments()
    • 🧵inspect()
    • 🧵aggregate()
  • 🔧Other Operators
    • 🆙Update Operators
      • ⚡$set
      • ⚡$unset
      • ⚡$inc
      • ⚡$dec
      • ⚡$push
      • ⚡$pull
      • ⚡$pop
    • 📡Filter & Process Operators
      • ⚡$limit
      • ⚡$skip
      • ⚡$sort
      • ⚡$upsert
      • ⚡$multiPull
  • 🪝SQL Config File
Powered by GitBook
On this page

Was this helpful?

Operators

PreviousUsage & OptionsNextfind()

Last updated 11 months ago

Was this helpful?

🍒
🧵find()
🧵allRows()
🧵findOne()
🧵findOneAndUpdate()
🧵findOneAndDelete()
🧵findById()
🧵findByIdAndUpdate()
🧵findByIdAndDelete()
🧵insertOne()
🧵insertMany()
🧵updateOne()
🧵updateMany()
🧵deleteOne()
🧵deleteMany()
🧵create() & save()
🧵schemaInfo()
🧵dropCollection()
🧵renameCollection()
🧵renameColumn()
🧵deleteColumn()
🧵distinct()
🧵countDocuments()
🧵inspect()
🧵aggregate()