We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3d7464 commit cf3145bCopy full SHA for cf3145b
src/runtime/internal/database.server.ts
@@ -212,7 +212,7 @@ function refineDatabaseConfig(config: RuntimeConfig['content']['database']) {
212
if (config.type === 'sqlite') {
213
const _config = { ...config } as SqliteConnectorOptions
214
if (config.filename === ':memory:') {
215
- return { name: 'memory' }
+ return { name: ':memory:' }
216
}
217
218
if ('filename' in config) {
0 commit comments