I created a droplet on DigitalOcean with one click Ghost installation. I know that the blog points to a sqlite database. But I am not sure how to access it. I also tried the sqlite3 command and it said that sqlite3 isn’t installed. Please advise
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
You will need to install the
sqlite3
package in order to use thesqlite3
command:Then you can open your database with
sqlite3
: