prisma-client-py
prisma-client-py copied to clipboard
schema.prisma on custom path
currently this lib searches for schema.prisma
on /
, is it possible to specify custom path such /my-schemas/schema.prisma
?
@tmax22 prisma generate —-schema=./my-schemas/schema.prisma
no it does not work. in my case --schema=./my-schemas/schema.prisma
reference to javascript worksapce, and this command just re-generates the javascript client in node_modules folder instead of generation python client on python venv
If you have both clients (js and python) installed: /path/to/python/venv/bin/prisma generate —-schema=./my-schemas/schema.prisma