Jakeyjuju
Jakeyjuju
CCConvex Community
Created by Jakeyjuju on 8/7/2024 in #support-community
Best way to retrieve a large amount of data from a table?
I need to retrieve data from a table with more items than the query limits allow. Is there a way to retrieve a specific range of items from a table (e.g items 1000-2000) in order to split a larger query into several smaller ones?
2 replies
CCConvex Community
Created by Jakeyjuju on 6/28/2024 in #support-community
What's the best way to update a single row of a table with new values?
Hi, I need to update the value of a field in table, only in the row where the _id matches a given value. What would be the best way to do this?
3 replies
CCConvex Community
Created by Jakeyjuju on 6/10/2024 in #support-community
Easiest way to export and download a single table?
I'd like to implement a system where a user can press a button on a page and download one of the tables the project produces. What would be the easiest way to do this? Thanks
6 replies
CCConvex Community
Created by Jakeyjuju on 6/8/2024 in #support-community
Unable to import node:fs
I'm trying to modify a local convex project to write to a file, but when I import node:fs I get this error: The package "node:fs" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error. I've tried adding fs to Node_modules but it still returns the same error. Sorry if this is a dumb question, I'm new to convex and not really sure what the procedure is for importing stuff is.
5 replies