electric-sql / electric

Local-first sync layer for web and mobile apps. Build reactive, realtime, local-first apps directly on Postgres.
https://electric-sql.com
Apache License 2.0
5.35k stars 124 forks source link

tauri-sqlite example start failed #1325

Open thunderfalco opened 3 weeks ago

thunderfalco commented 3 weeks ago

when start tauri-sqlite example, "const conn = await createDatabase(scopedDbName); " throw exception: "error returned from database: (code: 5) database is locked"

linear[bot] commented 3 weeks ago

VAX-1902 tauri-sqlite example start failed

thunderfalco commented 3 weeks ago

previous error had sovled, but now useElectric() always undefined