Viking2025-06-13 09:16:092025 年 Electron 数据库选择: 按照自己的需求,从简单到复杂功能: 1 最简单 IndexedDB + dexie.js 2 进阶 sql.js, 将 SQLite 打包成 webassembly,在浏览器中直接使用。 3 厉害了 PGlite 将 Postgres 打包成 webassembly, 在浏览器中直接使用,喜欢 Postgres 有福了,不大,只有 3M,真#Electron#数据库#IndexedDB