-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Any tips on using this module with Sequelize? I'm trying like so:
const db = new Sequelize({
dialect: 'sqlite',
dialectModule: {
Database: require('@farjs/better-sqlite3-wrapper')
},
storage: `${process.cwd()}/db.sqlite`
});Under Node.js, this results in an immediate process exit. Under Bun, there is an SQLITE_MISUSE error.
I'm guessing there's another thing to two that needs shimmed, but I thought I'd see if you've already tried the module with Sequelize.
Metadata
Metadata
Assignees
Labels
No labels