Hallo,
when I type the following command sqlite data/laminastutorial.db < data/schema.sql
I get an error message saying «sqlite command" not found.
Using Windows 10 and Visual studio as code editor.
How to fix that please?
Hallo,
when I type the following command sqlite data/laminastutorial.db < data/schema.sql
I get an error message saying «sqlite command" not found.
Using Windows 10 and Visual studio as code editor.
How to fix that please?
Install sqlite for windows https://www.sqlite.org/download.html . Or install ubuntu for windows https://ubuntu.com/tutorials/ubuntu-on-windows#1-overview , install and run sqlite in ubuntu terminal.