An in-memory record manager for testing purposes.
InMemoryRecordManager(
self,
namespace: str,
)| Name | Type | Description |
|---|---|---|
namespace* | str | The namespace for the record manager. |
| Name | Type |
|---|---|
| namespace | str |
In-memory schema creation is simply ensuring the structure is initialized.
In-memory schema creation is simply ensuring the structure is initialized.
Upsert records into the database.
Async upsert records into the database.
Check if the provided keys exist in the database.
Async check if the provided keys exist in the database.
List records in the database based on the provided filters.
Async list records in the database based on the provided filters.
Delete specified records from the database.
Async delete specified records from the database.