Build and Deploy a GraphQL API to the Edge with MySQL and PlanetScale — Part 3
We're going to use the serverless PlanetScale database driver inside our Grafbase Edge Resolvers. Run the following command to install the @planetscale/database dependency:
npm install @planetscale/database
Now open the connection settings inside yo...
grafbase.hashnode.dev1 min read