|
|
|
|
|
by satvikpendem
1249 days ago
|
|
Damn, I use Prisma, it's a good way to have a unified database schema for which you can generate code in any language you want. It was very useful for converting a TypeScript project to a Rust one, I use prisma-client-rust in particular. https://github.com/Brendonovich/prisma-client-rust |
|