MethodsExistsOn this pageExistsExists MethodTable Of Exists MethodParametersExample UsageReturned DataParameterstable (table name)key (the key name to check if it exists)exists(table, key)Example Usageawait db.exists('my_table', 'foo');// -> Checks if a specific data existsReturned DataReturns boolean whether the data exists or nottrue