Check if a database exists at a given path.
Future<bool> databaseExists(String path) => databaseFactory.databaseExists(path);