get-convex / get-convex/uploadstuff

Feedback for “Getting started on the server”

Open
#9 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
26
Forks
10
PR merge metrics
No merged PRs in 30d

Description

Here is an example from the documentation:

```js
export const saveStorageIds = mutation({
args: {
storageId: v.string("_storage"),
},
handler: async (ctx, args) => {

ctx.db.insert("someTable", {
storageId: args.storageId,
})
},
})
```

Where does "_storage" come from? Is that the name of the table? It could be helpful to see an example of the schema, to better link it all together while learning about how to handle the storage.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.