WiseLibs / better-sqlite3

The fastest and simplest library for SQLite3 in Node.js.
MIT License
5.46k stars 397 forks source link

How to use it with sequelizejs orm library? #665

Closed southwhale closed 3 years ago

southwhale commented 3 years ago

Is there any sample code? Thanks...

Prinzhorn commented 3 years ago

I don't think this belongs here as better-sqlite3 is not related to Sequalize at all. If you want Sequelize to support better-sqlite3 then this supports needs to be added in Sequelize, not in better-sqlite3.

See https://github.com/sequelize/sequelize/issues/11400 for example

JoshuaWise commented 3 years ago

As @Prinzhorn said.