Initalizes the database, configure its path, and return it
Future<void> init({String? path, String? pw}) async { await _initDb(path: path, pw: pw); }