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:** 🔄 Open
**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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2163
Author: @ahopkins
Created: 9/6/2022
Status: 🔄 Open
Base:
master← Head:patch-2📝 Commits (1)
784b5bbAdd Mayim to ORM section📊 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?
.sqlfiles first-class citizens--
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.