A string representing the APP ID
The Database type (either "Rule" o "Role")
A number representing the Database version
A Promise resolving to a boolean indicating whether the database exists (true if it exists, false otherwise).
Generated using TypeDoc
Checks if a specific database exists given its appID, type, and version. It uses the IndexedDB web API to search for the database.