sKenS
Convex Community8mo ago
4 replies
sKen

queries when transitioning from prisma

I'm quite new to convex and I'm recently migrating one of my projects from prisma/postgres db to convex.

I would like to know the alternatives and the approaches to the following in terms of convex:

- relationships
- cascading. (deletion)
- counts
- take, include, exclude (probably filter solves this)
- queries with union. e.g. all all the posts of a user including comments.

etc etc
Was this page helpful?