Brendonovich / prisma-client-rust

Type-safe database access for Rust
https://prisma.brendonovich.dev
Apache License 2.0
1.83k stars 108 forks source link

Split databases into seperate features #390

Closed onlycs closed 1 year ago

onlycs commented 1 year ago

Dependencies like mongodb take a ridiculously long time to build, and are completely unnecessary in my project using postgres. This is not a problem in node.js, as it is not a compiled language, but in Rust, splitting different dependencies into features can heavily reduce build times, especially in CI workflows.

Brendonovich commented 1 year ago

This was implemented in 0.6.3: https://prisma.brendonovich.dev/getting-started/installation#specifying-your-database