inhinias / Arcanum

A small tool for saving encrypted passwords in a database.
GNU General Public License v3.0
5 stars 1 forks source link

Creating init db returns bad DB error #23

Closed inhinias closed 5 years ago

inhinias commented 5 years ago

Probably because the schema gets tested for existence before it even exists while conneting?!

inhinias commented 5 years ago

Cannot be "solved" as there needs to be a database defined when connecting. This needs to be manually added upon first start. There are currently no plans to work around this.