You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//Connecting - (databaseFile, [password], [algorithm])
sqlite.connect('test/Database.enc','myPass','aes-256-ctr');
results in a continuous annoying warning log.
node ver v8.11.3
Can you please push an update with this minor fix?
//Connecting - (databaseFile, [password], [algorithm])
sqlite.connect('test/Database.enc','myPass','aes-256-ctr');
results in a continuous annoying warning log.
node ver v8.11.3
Can you please push an update with this minor fix?