Brendonovich / prisma-client-rust

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

Custom schema paths not respected #183

Closed Brendonovich closed 1 year ago

Brendonovich commented 1 year ago

Brought to my attention by @kkharji in #182.

Sorta forgot that EngineDMMF already provides the schema_path and all my logic for locating the schema is pointless, since it's way more accurate and respects custom schema paths.

Brendonovich commented 1 year ago

@kkharji want to try rev = "721cf5bbce24d67970abcdacd9445edecc261f42"? Should do the trick.

kkharji commented 1 year ago

Oh that was fast. I'm going to test it out tom. Thanks @Brendonovich

Brendonovich commented 1 year ago

@kkharji Are you able to test this sometime?

kkharji commented 1 year ago

Hey @Brendonovich, my apologies, I switched to the setup recommended. But it does work. Thanks