Please consider replacing better-sqlite3 with node:sqlite. This can be used with this kysely dialect so that the only change needed in workmatic is running pragma statements with the exec instead of the better-sqlite3 specific functions.
I have a branch here that has a working implementation.
Please consider replacing better-sqlite3 with
node:sqlite. This can be used with this kysely dialect so that the only change needed in workmatic is running pragma statements with theexecinstead of the better-sqlite3 specific functions.I have a branch here that has a working implementation.