is it possible to build up the datasource url prog...
# orm-help
j
is it possible to build up the datasource url programmatically? Seems like I can either give it a string or env(). I want to construct it using multiple env vars (PGHOST/PGUSER/PGPASSWORD/etc)
oh sounds like as long as I programmatically set the env var before instantiating a prisma client I should be ok
seems like this might not work when running migrate
r
@John Cantrell 👋 You would need to run Migrate commands via a script if you need to create the env programatically.