We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba06ad8 commit 44a65f0Copy full SHA for 44a65f0
src/main/java/io/supertokens/pluginInterface/Storage.java
@@ -90,4 +90,8 @@ boolean isUserIdBeingUsedInNonAuthRecipe(AppIdentifier appIdentifier, String cla
90
Set<String> getValidFieldsInConfig();
91
92
void setLogLevels(Set<LOG_LEVEL> logLevels);
93
+
94
+ String[] getAllTablesInTheDatabase() throws StorageQueryException;
95
96
+ String[] getAllTablesInTheDatabaseThatHasDataForAppId(String appId) throws StorageQueryException;
97
}
0 commit comments