Skip to content
Advertisement

Relational database created/stored on client [closed]

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?

Advertisement

Answer

SQLite3 might be what you are looking for.

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement