nodejs-webhooks-sample icon indicating copy to clipboard operation
nodejs-webhooks-sample copied to clipboard

Remove sqlite database for subscriptions

Open jasonjoh opened this issue 4 years ago • 1 comments

As discussed with @baywet, sqlite3 dependency brings in a lot of additional dependencies, including ones with security alerts. Refactor this to be consistent with the ASP.NET Core app - keep subscription store in memory.

jasonjoh avatar Sep 15 '21 18:09 jasonjoh

thanks for logging this!

baywet avatar Sep 15 '21 18:09 baywet