Ask a question to get started
Enter to sendā¢Shift+Enter new line
class ConvexKVStore
BaseStore<string, T>
Class that extends the BaseStore class to interact with a Convex database. It provides methods for getting, setting, and deleting key value pairs, as well as yielding keys from the database.