Get the list of non empty store names.
Iterable<String> getNonEmptyStoreNames(Database database) => (database as SembastDatabase).nonEmptyStoreNames;