rovravR
Convex Community6mo ago
7 replies
rovrav

How to use convex in a server-only environment?

How can I use convex outside of the main client application so that I can query data arbitarily and that I have a set of functions that can only be accessed by the server and not by any user?

In a supabase application, I can spin up a new server-side js file via bun and use prisma to query files

How can I do the equivalent using convex?
Was this page helpful?