I just downloaded a project from github and installed the environment and it is running. I have migrated the database and I have the structure of all tables. But there is no data in any tables. There is a database in the github project named development.sqlite3. Now what I need is to dump the data from development.sqlite3 to my project database. How can I do this?
I am in windows. I tried to look into other answers here but I am lost somehow. Please help.