SQLAlchemy: Python + Databases = ❤️

preview_player
Показать описание


#arjancodes #softwaredesign #python
Рекомендации по теме
Комментарии
Автор

Check the related link for a full video on this topic!

ArjanCodes
Автор

Would like you to do a series in this.

sathishkz
Автор

I find plain sql much easier than sqlalchemy orm. However, I tried it in my streamlit application and stick with it for now. The main advantage for me is that I can run my unittest on a sqlite database (very fast). The dev db is a sqlserver running in the united states. Runnning the unittests from my PC to the remove sqlserver takes 10+ minutes. With the sqllite in memory db it takes seconds.

brainforest
Автор

I find Django's ORM much cleaner and simpler than SQLAlchemy

RobertoMaurizzi
Автор

Sqlalchemy orm is perfect for crud app / simple app. Sqlalchemy raw query can save the day for more complex app.

scarsellifi
join shbcf.ru