Check if a database exists
@override Future<bool> databaseExists(String path) => jdbFactory.exists(path);