Subclasses must implement this to initialize the datastore.
@override Future<void> init() async { db = await databaseFactoryIo.openDatabase(path); }