Opens a database located at dbPath and returns it.
dbPath
This does NOT replace the cached application database returned by db.
Future<Database> openDB(String dbPath) => _factory.openDatabase(dbPath);