Vilayat-Ali / mongorm-rs

A blazingly-fast mongodb ORM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

MongORM-RS

MongoDB ODM for Rustlang

MongORM-RS is a fast, simple, and powerful Object-Document Mapper (ODM) for MongoDB in Rust. It provides an ORM-like API to interact with MongoDB databases seamlessly.

crates.io crates.io crates.io crates.io

Features

  • ORM-like API for MongoDB in Rust
  • Fast and efficient interactions with MongoDB databases
  • Simplified alternative for simulating relationships (Many-to-One and Many-to-Many)
  • Supports selective fields with dynamic addition of elements
  • Tested on MongoDB versions 4.2, 4.4, 5.0, 6.0

Installation

Run this command at root of your project

cargo add mongorm

Or, add this to your Cargo.toml

mongorm = "0.1.0"

Changelog

[View the change history.](<link-to-your-github-repo/blob/main/CHANGELOG.md "View the change history.")

License

This project is licensed under the [MIT](<link-to-your-github-repo/LICENSE-MIT "MIT") and [Apache Version 2.0](<link-to-your-github-repo/LICENSE-APACHE "Apache Version 2.0")

About

A blazingly-fast mongodb ORM

License:MIT License


Languages

Language:Rust 100.0%