AQian
Results
3
comments of
AQian
I think I found the bug, the cause of the issue is the function prefixStorage. ```.ts export function prefixStorage( storage: Storage, base: string ): Storage { base = normalizeBaseKey(base); if...
I'm having the same problem.
In fact, you can avoid better-sqlite3 errors by using Bun's own built-in SQLite support, which can be enabled by adding the --bun parameter. For further details, please refer to the...