MemoryAdapter.prototype.updateEntity(): Promise<Record<string, unknown>>
Update an existing entity by primary key, merging fields.
id: EntityKey
Primary key value (scalar or composite record)
MemoryAdapter.prototype.updateEntity(): Promise<Record<string, unknown>>
Update an existing entity by primary key, merging fields.
id: EntityKey
Primary key value (scalar or composite record)
import { MemoryAdapter } from "database-plugin/src/index.ts";