openDB abstract method
Open the Database and returns DatabaseInfo with creation status and version.
Implementation
Future<DatabaseInfo> openDB(
String path, {
int version = 0,
OnCreate? onCreate,
OnUpgrade? onUpgrade,
String? dbName,
bool useGRPC = false,
});