An open API service indexing awesome lists of open source software.

https://github.com/ecopque/orm_python_mysql

ORM is a technique that enables interaction between object-oriented applications and relational databases, without the need to write SQL manually. Instead, we use classes and objects to represent our tables and rows in the database, which greatly enhances code maintainability and readability.
https://github.com/ecopque/orm_python_mysql

Last synced: about 2 months ago
JSON representation

ORM is a technique that enables interaction between object-oriented applications and relational databases, without the need to write SQL manually. Instead, we use classes and objects to represent our tables and rows in the database, which greatly enhances code maintainability and readability.

Awesome Lists containing this project