Skip to main content

All Questions

Tagged with
1 vote
0 answers
241 views

querying users from table if user.id is found in another table

I am using flask with sqlAlchemy to connect with a postgresql database with two tables Users table (id, name) ...
Hadi's user avatar
  • 111
3 votes
2 answers
916 views

Conditionally inserting MySQL entries in a Flask app

I am a newbie in back-end developing. I know that the biggest part of back-end development is interaction with database. I established a connection and the code is 100% working, but I am wondering if ...
Ivan's user avatar
  • 41