Forums

Editing my .db file using python shell?

I have a small database, using flask-sqlalchemy, in a .db file format. The file is stored with my other files. I've been trying to manually edit the db file (deleting an entry), but I can't for the life of me figure out how I can connect to the db file with the python shell. Also, I don't want to add the deleting functionality through a webpage becuase it's a one time use case. Any help will be appreciated.

Here you go: https://sqlite.org/cli.html