Re: [sqlite] Trigger Performance

2018-06-12 Thread Space Pixel
Hello SQLite, I am having serious truble with SQLite3 in Node.js (the NPM package). The code uses deprecated packages (such as crypto, http, https, aws-sdk) and when I try to fix some of the (mostly) fixable problems, the console shows a warning, about an inappropriate loader to some C# file. If

Re: [sqlite] Trigger Performance

2018-06-12 Thread Space Pixel
I'll try to do whatever I can. On Tue, Jun 12, 2018, 8:10 PM Simon Slavin wrote: > On 12 Jun 2018, at 10:49am, Space Pixel wrote: > > > the console > > shows a warning, about an inappropriate loader to some C# file. > > There is no C# code in SQLite. It's

[sqlite] Issue with node-sqlite3

2018-06-13 Thread Space Pixel
Hello sqlite community, I am having serious trouble with the Node.js module "sqlite3". This package is supposed to connect JavaScript or TypeScript code with a sqlite3 database (file or online database). When I try to use the sqlite file (the command I am using is "const db = new sqlite3.Database(

Re: [sqlite] Issue with node-sqlite3

2018-06-13 Thread Space Pixel
d in the first mail. Hope you understand now, Omer Shamai. On Wed, Jun 13, 2018, 12:52 PM R Smith wrote: > On 2018/06/13 10:26 AM, Space Pixel wrote: > > Hello sqlite community, > > > > I am having serious trouble with the Node.js module "sqlite3". This > package