Add byContains and byJsonPath
- Add document index functions
This commit is contained in:
@@ -48,6 +48,6 @@ class ThrowawayDb
|
||||
public static function destroy(string $fileName): void
|
||||
{
|
||||
Configuration::resetPDO();
|
||||
unlink("./$fileName");
|
||||
if (file_exists("./$fileName")) unlink("./$fileName");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user