[PR #2163] [CLOSED] Add Mayim to ORM section #3797

Closed
opened 2026-04-15 09:41:24 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2163
Author: @ahopkins
Created: 9/6/2022
Status: Closed

Base: masterHead: patch-2


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

It is an async ORM-like tool that acts as a DB interface layer to execute and hydrate SQL queries into Python objects.

What's the difference between this Python project and similar ones?

  • Think of it as a one-way ORM: you provide the query, it provides the interface for managing the pool, executing queries, transaction, and model hydration
  • Makes .sql files first-class citizens
  • Emphasize data retrieval as a query action
  • Provides customizable tooling for projects with complex schema requirements to get data from the DB into Python
  • Easily enable developers to make full use of DB potential and not just limited toolset

--

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2163 **Author:** [@ahopkins](https://github.com/ahopkins) **Created:** 9/6/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-2` --- ### 📝 Commits (1) - [`784b5bb`](https://github.com/vinta/awesome-python/commit/784b5bba240d82c0b2120b9e5ef835ff750eb648) Add Mayim to ORM section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? It is an async ORM-like tool that acts as a DB interface layer to execute and hydrate SQL queries into Python objects. ## What's the difference between this Python project and similar ones? - Think of it as a one-way ORM: you provide the query, it provides the interface for managing the pool, executing queries, transaction, and model hydration - Makes `.sql` files first-class citizens - Emphasize data retrieval as a query action - Provides customizable tooling for projects with complex schema requirements to get data from the DB into Python - Easily enable developers to make full use of DB potential and not just limited toolset -- Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 09:41:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#3797