Closed liamrohan closed 1 year ago
hey,
how're you creating a migration to send to planetscale which deploys the Guestbook schema?
export const db = new Kysely<Database>({ dialect: new PlanetScaleDialect({ host: "aws.connect.psdb.cloud", username: import.meta.env.VITE_DATABASE_USERNAME, password: import.meta.env.VITE_DATABASE_PASSWORD, }), });
was being stupid, found out how to do this
Haha you’re alright! Any dramas, please don’t hesitate to create more issues :)
hey,
how're you creating a migration to send to planetscale which deploys the Guestbook schema?