Insert Foreign Key with two tables containing the same columns in SQLite with Python
I have a SQLite database on my computer with two tables : table_post (contain information about a twitter post : likes, author, URL, etc…) table_profile (contain information about a Twitter profile …