kurtlibby
CCConvex Community
•Created by kurtlibby on 9/14/2024 in #support-community
Migrating a DB and Relationships
I was able to get a sample set of data migrated over and did a migration from the mongo _id to the convex _id. not too difficult. Thanks for the pointers everyone!
8 replies
CCConvex Community
•Created by Slade_Wilson118 on 9/14/2024 in #support-community
building app for web and mobile
Cool. I'll watch that since it's in beta. For now I'm just createing a submodule and doing all the schema / function work there.
6 replies
CCConvex Community
•Created by Slade_Wilson118 on 9/14/2024 in #support-community
building app for web and mobile
Hoping someone has an answer on how to set this up in a way that doesn't require duplicating everything in convex across two repos
6 replies
CCConvex Community
•Created by Slade_Wilson118 on 9/14/2024 in #support-community
building app for web and mobile
It seems like I need to create the exact same functions and schema in the
convex
folder in each repo. In this sense, I kind of want the convex schema and functions to be a monorepo and everything else to be just ReactNative or just Remix.6 replies
CCConvex Community
•Created by Slade_Wilson118 on 9/14/2024 in #support-community
building app for web and mobile
Hi Slade. I'm in a similar situation. Working on migrating a few projects from MongoDB/Realm over to Convex. I got the example up and running on Remix and ReactNative fairly quickly using the quick start guides.
6 replies