We're a place where coders share, stay up-to-date and grow their careers.
SQLite is still the best database for Electron.
However, for some time, only node-sqlite3 can be compile (with electron-gyp to *.node) in macOS. better-sqlite3 cannot be used.
node-sqlite3
*.node
better-sqlite3
SQLite is still the best database for Electron.
However, for some time, only
node-sqlite3
can be compile (with electron-gyp to*.node
) in macOS.better-sqlite3
cannot be used.