Intro to Postgres JSON Columns in Flask-SQLAlchemy

preview_player
Показать описание
Use the JSON columns from Postgres in Flask-SQLAlchemy.

WORK WITH ME👇🏼

✅ Implement features and fix bugs in your app: Live, one-on-one screenshare

💻 Code written in video
Рекомендации по теме
Комментарии
Автор

Why there are no ARRAY filter examples?

normanneal
Автор

Edit JSON column would have been nice. Apparently, sqlalchemy won't let a straight forward re-assigning

yomajo
Автор

Just like json there is another type of field. ARRAY
I am having issues with this field
I guess error has something to do with item_type

Please share any solution for this error

drac
Автор

I am looking for Flask-SQLAlchemy tutorial with JSONB in Postgres and CRUD. Anyone suggest?

JettLeigh
Автор

Do you have more examploes using JSON with postgresql?

rainbook
Автор

I see that you do not import psycopg2 in this example - is this because you are using the psycopg2-binary instead of the compiled from source version?

tonykelly
Автор

Great Stuff. Thank you it saved me so much time

fasihuddin
Автор

Aren't relational guys going to lose their minds if you do this in Postgres? It feels like a document / or key-value non-relational database if you start doing work with these jsons fields .
I absolutely like it, but can I justify doing this - instead of running an entirely different database management system altogether?

danielschmider
Автор

This channel has saved my ass in so many incredible ways it's not even reasonable.

jean-vicentedecarvalho
Автор

I would love to see some AWS stuff in the future. Keep up the good work 👍🏿

gopher