undefined
undefined
NNuxt
Created by undefined on 2/7/2025 in #❓・help
Unable to use MySQL as connector in Nitro database configuration
nuxt.config.ts:
nitro: { experimental: { websocket: true, database: true }, database: { default: { connector: 'sqlite', // no option for mysql2 or mysql } } }
4 replies