Python Forum
Sqla wrapper - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Sqla wrapper (/thread-35426.html)



Sqla wrapper - Slojure - Nov-01-2021

Hy, i am wondering what is the difference between sqla wrapper and sqlalchemy in python? Why arent manny tutorials on sqla wrapper? I am starting to learn programing in python.
Second thing is, how to make relationship between tables in sqla wrapper?
I really appreciate your help ;)


RE: Sqla wrapper - Larz60+ - Nov-01-2021

I personally avoid wrappers until they have been around for at least 5 years and proven themself useful, not a hard rule, and may try something earlier if it shows widespread use.