dannyelo
dannyelo4mo ago

Query Convex data from Next.js route.ts endpoint

Can I query data from Convex db in next.js route.ts endpoint? app/api/endpoint/route.ts
export async function GET(req: Request) {
// query convex data here...
}
export async function GET(req: Request) {
// query convex data here...
}
3 Replies
ballingt
ballingt4mo ago
ballingt
ballingt4mo ago
Node.js | Convex Developer Hub
Convex supports point-in-time queries (see
dannyelo
dannyeloOP4mo ago
Thank you @ballingt!

Did you find this page helpful?