@rockset/client
Version:
Client for querying Rockset and interacting with the Rockset API.
8 lines (7 loc) • 358 B
TypeScript
/**
* This file shows how to integrate custom fetch functionality into the rockset fetch api.
* We use axios in this example, and re-use shared HTTP connections instead of creating new
* connections on every request. Useful for conserving connections for high-throughput actions,
* such as writing documents to collections at a high rate.
*/
export {};