Key Value Store
Allows for persisting key value pairs across invocations and workflows
import { KeyValueStore } from "floww";
const store = new KeyValueStore("users");
Allows for persisting key value pairs across invocations and workflows
import { KeyValueStore } from "floww";
const store = new KeyValueStore("users");