Drizzle TypeError: not enough arguments
i just started my instance today and all of a sudden fails to boot complaining about mysql key not provided. ive been using sqlite with drizzle all this time
database: drizzleAdapter(dbClient, {
provider: 'sqlite',
schema: schema,
}),
1 Reply
error seems to be coming from kyselyAdapter?