Skip to content

Database FAQ

NiD27 edited this page Dec 23, 2020 · 3 revisions
  • Where is the database located?

opm\site.db

  • How to create a new database?
  1. Delete site.db
  2. Open cmd in the OpenPasswordManager folder

python
from opm import db
db.create_all()
exit()

Clone this wiki locally