ReadonlynameThe name of the store (e.g. 'mongodb', 'redis', 'dynamodb')
ReadonlylibraryThe client library being used
Returns the underlying @rockset/client instance for anything not wrapped here.
Run a SQL query via client.queries.query({ sql: { query, parameters } })
and return the results array from the response.
Optionalparams: unknown[]Ingest docs into target (a workspace.collection path, or just a
collection name — defaulting the workspace to commons) via
client.documents.addDocuments(workspace, collection, { data }).
RocksetStorewraps a@rockset/clientinstance and exposes SQL querying (query) plus document ingestion (ingest) into aworkspace.collection.