Search code examples
sqlnode.jselectronrelational-databaseknex.js

Relational database created/stored on client


I'm in the early stages of designing an Electron application that needs to be able to dynamically generate/access/modify data in a relational structure, stored completely locally. I'm hoping to find a Node package/library that can handle this, without interfacing with any external software that the user would need to download separately.

So far in my research of Node-SQL integrations I've found Knex.js — could it handle something like this?


Solution

  • SQLite3 might be what you are looking for.