0

I am completely new to SQL, but I know Python a little. I just programmed Version 2 of another 10 years old project of mine. The old project has a .sql file. For the new project, I made same alterations in the database. Now to test it, I want to read the old .sql file, make some calculations with it's data and populate the new database with the old data and the newly made calculations. How is it best done?

(I don't know wheter it makes a difference, but it's a django project and there I use an .sqlite3 at the moment.)

zeus
  • 117
  • 7
  • Possible duplicate of this https://stackoverflow.com/questions/2049109/how-do-i-import-sql-files-into-sqlite-3. – Niketan Dec 27 '20 at 08:50
  • Thanks. It didnt solve my problem, but I found a JavaScript that did the Job... – zeus Dec 28 '20 at 15:05

0 Answers0