Need improvements around missing database files #17
Labels
Improvement
Not a bug but a problem that needs improving
Inky dinky make ya thinky
Needs to have some questions resolved or thought through more
Milestone
simpledns/src/simple_database.rs
Line 17 in dcd2e71
This unwraps the connection which can't be made if the db file doesn't exist so it panics
Two options for solving IMO:
init
command to set up database file.init
command possiblyThe text was updated successfully, but these errors were encountered: