Comment by ajmurmann
How do I get this sqlite3 command to work on my Chromebook? When I type this in on my Windows machine it's not working either. Are there other steps I need to take first?
How do I get this sqlite3 command to work on my Chromebook? When I type this in on my Windows machine it's not working either. Are there other steps I need to take first?
As a developer, on your development machine, if you use sqlite even infrequently, then no.
Anyone else, probably, but then why would you use this tool if you have no need for sqlite?
On your Chromebook, load the Linux subsystem, which you can find in settings.
It will give you a shell that will have SQLite.
For Windows, download the interactive command line tool from sqlite.org.