LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Syndicated Linux News (https://www.linuxquestions.org/questions/syndicated-linux-news-67/)
-   -   LXer: How to fix common pitfalls with the Python ORM tool SQLAlchemy (https://www.linuxquestions.org/questions/syndicated-linux-news-67/lxer-how-to-fix-common-pitfalls-with-the-python-orm-tool-sqlalchemy-4175660823/)

LXer 09-12-2019 03:36 PM

LXer: How to fix common pitfalls with the Python ORM tool SQLAlchemy
 
Published at LXer:

Object-relational mapping (ORM) makes life easier for application developers, in no small part because it lets you interact with a database in a language you may know (such as Python) instead of raw SQL queries. SQLAlchemy is a Python*ORM toolkit that provides access to SQL databases using Python. It is a mature ORM tool that adds the benefit of model relationships, a powerful query construction paradigm, easy serialization, and much more.read more

Read More...


All times are GMT -5. The time now is 09:42 AM.