tmotagam / sqlite-electron

module for electron to use sqlite3 databases
GNU General Public License v3.0
80 stars 12 forks source link

knex query builder support? #17

Closed Vector-Green closed 1 year ago

Vector-Green commented 1 year ago

Hi, mostly that's convenient to use query builders like knex or orm to work with database but seems sqlite3 or better-sqlite3 drivers for knex are not compatible with sqlite-electron, is there any way to use it with knex?

tmotagam commented 1 year ago

Hi @Vector-Green, No you cannot use knex on sqlite-electron