awesome-python icon indicating copy to clipboard operation
awesome-python copied to clipboard

Add Mayim to ORM section

Open ahopkins opened this issue 3 years ago • 0 comments

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.

ahopkins avatar Sep 06 '22 12:09 ahopkins