How to make SQLite to work with Angular 4+, Electron and NodeJS

后端 未结 2 1811
迷失自我
迷失自我 2021-02-10 12:23

I\'m trying to build one small desktop app using:

  • Angular 4+
  • NodeJS
  • Electron
  • SQLite3

NodeJS will be used for scanning loc

2条回答
  •  温柔的废话
    2021-02-10 12:59

    I've just published a sample project which shows how to build a desktop app using Electron, Angular4 and Sqlite3. You can clone it here

    Note I've node-gyp globally installed.

    Hope it helps

提交回复
热议问题