Open jerrywoo96 opened 8 months ago
This is a bug in Bun
@Jarred-Sumner Please can you link to an open issue that tracks the issue in Bun where we can monitor progress, or should be created?
@Jarred-Sumner Please can you link to an open issue that tracks the issue in Bun where we can monitor progress, or should be created?
@damms005 https://github.com/oven-sh/bun/issues/4290#issue-1864670978
Issue Summary
Node.js has no errors, but since being introduced to me that Bun has up to 2x better improvement in performance when running Express.js apps, i've decided to give Bun a try.
Running Sequelize using the sqlite3 driver produces this error:
Line 8 in my db.js contains the following:
Steps to Reproduce
export const SessionDb = new Sequelize({ logging: false, dialect: 'sqlite', storage: dbList.Session });
Version
5.1.7
Node.js Version
Bun v1.0.30 (Not Node.js) on Alpine docker image container
How did you install the library?
npm -i sqlite3