Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more

πŸ₯­ Mango

Features

βœ… Stores _id: ObjectId field, but wraps it to the id: string

βœ… Documents have version: number out of the box, and its increased by 1 every time you call update

βœ… Every document has createdAt and updatedAt props

βœ… Soft Delete & Hard Delete ability for documents