https://amercader.net/blog/beware-of-json-fields-in-sqlalchemy/ - о работе с json fileds в sqlalchemy
#sqlalchemy #jsonb #postgres
#sqlalchemy #jsonb #postgres
amercader.net
Beware of JSON fields in SQLAlchemy
JSON fields in PostgreSQL are really convenient, but when using them in SQLAlchemy there are details around changes detection that need to be taken into account.
https://towardsdatascience.com/advanced-sqlalchemy-features-you-need-to-start-using-e6fc1ddafbdb - статья о фичах sqlalchemy
#sqlalchemy #orm
#sqlalchemy #orm
Towards Data Science
Advanced SQLAlchemy Features You Need To Start Using | Towards Data Science
Working with SQL in Python can be easy with SQLAlchemy and its hybrid properties, nested queries, table metadata, dialects and more!
2 статьи о сессиях sqlalchemy и celery\gunicorn workers
https://www.yangster.ca/post/not-the-same-pre-fork-worker-model/
https://davidcaron.dev/sqlalchemy-multiple-threads-and-processes/
#sqlalchemy #threads #gunicorn #celery
https://www.yangster.ca/post/not-the-same-pre-fork-worker-model/
https://davidcaron.dev/sqlalchemy-multiple-threads-and-processes/
#sqlalchemy #threads #gunicorn #celery
Yangster
Not The Same Pre-fork Worker Model
Running into bugs when forking at the wrong time