add
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.