🍒
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
  • Version 5.1.1
  • Version 4.0.0
  • Version 3.0.0
  • Version 2.0.1
  • Version 2.0.0

Was this helpful?

  1. Welcome

Change Log

Version 5.1.1

  • Schema Types and TypeScript Support Improved.

  • countDocuments(), inspect(), aggregate() Functions Added.

  • PostgreSQL Support Added.

Version 4.0.0

  • Fully Supported Schema Returns and Typing with TypeScript Added.

  • $pull Structure Has Become Both Function Supported and Normal Array Supported.

  • $debug Parameter Added to Model Settings.

  • Group Structure Added to distinct Function, Now You Can Filter the Same Values or Get All Values.

  • The Error in Saving Array of $set Structure has been Fixed, Now Even If a Normal Parameter is Entered, If the Schema is of Array Type, It Will Automatically Be in Arrayed Form.

Version 3.0.0

  • It Has No Relevance With Old Versions, It Has Been Switched To The New ORM Structure, It Has Become Almost Completely Different, You Can Examine The Necessary Innovations Via Docs.

Version 2.0.1

  • .exec() has been removed and the model structure is no longer asynchronous

Version 2.0.0

  • First Version

PreviousWelcomeNextModel & Schema

Last updated 11 months ago

Was this helpful?

🥳
📕