PostgreSQL and Flask: Using the psycopg2 adapter

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

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

What is mitsugo? It is confusing.. could you please provide some info on this?

Uiopioon
Автор

cur.execute('SELECT * FROM table')
cur.fetchone()

I am sure i have no typos but above commands return nothing in python

looploop