Thin MongoDB ODM built for Standard Schema
mongodb zod deno

fix: Correct description from ORM to ODM

The package description was incorrectly referring to mizzleORM as an ORM (Object-Relational Mapper). This commit corrects the description to accurately reflect that mizzleORM is an ODM (Object-Document Mapper) since it's designed for MongoDB, a document database.

Changed files
+1 -1
+1 -1
package.json
···
{
"name": "mizzleorm",
"version": "1.0.1",
-
"description": "A lightweight, fully type-safe MongoDB ORM in TypeScript, inspired by Drizzle ORM.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
···
{
"name": "mizzleorm",
"version": "1.0.1",
+
"description": "A lightweight, fully type-safe MongoDB ODM in TypeScript, inspired by Drizzle ORM.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {