Python Forum
Potential Pitfalls of Over-Reliance on SQLAlchemy
Poll: To Access The Database you are using:
You do not have permission to vote in this poll.
SQLAlchemy
100.00%
1 100.00%
Raw SQL
0%
0 0%
Other
0%
0 0%
Total 1 vote(s) 100%
* You voted for this item. [Show Results]

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Potential Pitfalls of Over-Reliance on SQLAlchemy
#1
Using SQLAlchemy, a widely-used SQL toolkit and Object-Relational Mapping (ORM) system in Python, may not always be the best choice for all scenarios. Although powerful and effective for creating UI-focused services, SQLAlchemy might lead to undesirable outcomes when used for backend services requiring modularity, high performance, and maintainability. In such cases, over-reliance on SQLAlchemy can contradict fundamental object-oriented principles, resulting in poorly structured code.

Personally, i use SQLAlchemy very sparingly and usually prefer thinner libraries based exclusively on raw SQL and I would like to head what others are thinking about..

Here you can read a mode detailed view of what i am saying:

https://codingismycraft.blog/index.php/2...qlalchemy/
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  where to discuss potential suggestions Skaperen 0 984 Dec-15-2022, 07:00 PM
Last Post: Skaperen

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020