I have a .sql file containing code to create a database. This file has been created using Sequel Pro SQL dump Version 4096, a software running on Mac. However, I am on Windows and I just can't find out how to run this file successfully.
I have tried with SQLite 3 and DBeaver 7.1.0 without success.This post suggest to use the same software: "So to be certain, you need to run the script in the same database engine software that was used to create it" but as you can imagine this is not possible here.
Do you know a software that could open it and allow me to save this .sql file in another format (at least something BDeaver can read...)
The dataset is open source, available here: https://datadryad.org/stash/dataset/doi:10.5061/dryad.mf42f To make this example fully reproducible, what should I include?
This is my 1st time dealing with .sql files and databases' world. Please let me know if I informations are lacking or if I am doing things wrong.