Monday, 14 October 2019

Embedded Databases for NodeJS

Hello fellow NodeJS-devs! Since I started working on an angular-application wrapped in electron to use as desktop and need some data storage without starting up another server, I would like to use an embedded database that I can package with my app.Since I work with DynamoDB and Redis often and want to work with a data-driven design approach, a similar database would be way better than SQL-based ones.I so far found Level, which is my current favorite. Is there anything you'd recommend?

Submitted October 14, 2019 at 07:37PM by TheNightmareEDM

No comments:

Post a Comment