Skip to content

Instantly share code, notes, and snippets.

@LeeDDHH
Last active July 28, 2021 04:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeeDDHH/5a760e4ca178d914516b67ff342d6056 to your computer and use it in GitHub Desktop.
Save LeeDDHH/5a760e4ca178d914516b67ff342d6056 to your computer and use it in GitHub Desktop.
electronでDBを使うときに参考にするパッケージ

一覧

パッケージ名 大きさ 参考URL 備考
NeDB 89.6kB [Electron] NeDBでデータを管理する メンテナンス周期に難あり
electron-db 6.5kB メンテナンス周期に難あり
sqlite3 543.1kB
rxdb 348.3kB
pouchdb 115.1kB メンテナンス周期に難あり
lokiJS 78.6kB
lowdb
electron-store 179.9kB [Electron] 設定情報をローカルファイルに簡単保存 – electron-store
electron-json-storage 151.8kB
nedb-promises 78.6kB Local Data storage for Electron

参考

Electron app with database

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment