Subclasses must implement this to close the datastore.
@override Future<void> close() async => await db.close();