add

open suspend override fun add(records: List<MemoryRecord>, namespace: String?)(source)

Adds memory records to the store. If a record with the same ID exists, behavior depends on implementation (insert or upsert).

Parameters

records

The records to add

namespace

Optional namespace (table/collection name) to override the default. If null, uses the default namespace from constructor.