All Questions
2 questions
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)
...
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 ...