We need to wait until all routes (structs) are typed out at least once because there are a lot of dependencies and cargo won't let you compile otherwise.
We want to use serde remote to maintain referential integrity with the prisma data structs. It'll also make sure we can't rewrite a route without updating the db and vice versa
We need to wait until all routes (structs) are typed out at least once because there are a lot of dependencies and cargo won't let you compile otherwise.
We want to use serde remote to maintain referential integrity with the prisma data structs. It'll also make sure we can't rewrite a route without updating the db and vice versa