Taylor Barnett-Torabi
Taylor Barnett-Torabi
Hey @rcoundon, I'm going to close this issue for now, but if you have more to share in the future we are happy to take a look again.
Hi @coleea! There's two way to connect to PlanetScale in this situation: 1) You can update your `DATABASE_URL` environment variable to use a Prisma specific URL which would look like...
Interesting... It might be a Mac vs Windows issue that we haven't heard of before. I just tested: 1. I added `DATABASE_URL = 'mysql://[email protected]:3309/star-app'` to my .env 2. Ran `pscale...
Hey! +1 to what @jacobwgillespie said. Definitely don't include the port when using database-js. If you try to connect through a default MySQL port like 3306 today, you are going...
thanks for reporting this @connorads! I missed it before the US Thanksgiving holiday. I'll check it out this week.
Hey @janpio! I was wanting to test it out with option 2 and was trying to think what might be the recommended way of doing it. The developer would need...
We usually would expect the user to define the code that selects the correct read-only region (for now). But I am not even sure how to direct it to a...