jayralencar / sqlite-sync.js

Node module to sqlite sync and async
MIT License
78 stars 30 forks source link

Performance killer ? #9

Open stef-pellegrino opened 7 years ago

stef-pellegrino commented 7 years ago

Smart wrapper, Besides this, I noticed the use of writeFileSync() function. It may be a performance killer on huge database ...

A limit of sql.js as I can see :(

jayralencar commented 7 years ago

What is your suggestion?

stef-pellegrino commented 7 years ago

Unfortunately, aside from adding the function within sql.js... Not so easy.