jayralencar / sqlite-sync.js

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

use of deprecated method #17

Open jdespinosa opened 6 years ago

jdespinosa commented 6 years ago

I am creating a customized sqlite module that basically wraps around this module. After running a delete query, I get this "warning" from Node (version 8.9.0):

writeStringToMemory is deprecated and should not be called! Use stringToUTF8() instead!