Electron support #545
Replies: 6 comments 2 replies
-
Maybe you should use this electron-vite to build your electron app |
Beta Was this translation helpful? Give feedback.
-
Electron 28 now supports esm: https://www.electronjs.org/blog/electron-28-0 |
Beta Was this translation helpful? Give feedback.
-
I've got @electric-sql/pglite working as part of the electron start process but I don't know how to connect my client (Vue) to access the db? The .env (in vue - using the example app) points to ELECTRIC_SERVICE and ELECTRIC_PG_PROXY_PORT but I'm not sure what these values are or where the pglite lives.
|
Beta Was this translation helpful? Give feedback.
-
That may need write a new driver (in render process) through IPC to access db (in main process). |
Beta Was this translation helpful? Give feedback.
-
👋 we've been working the last month on a rebuild of the Electric server over at a temporary repo https://github.com/electric-sql/electric-next/ You can read more about why we made the decision at https://next.electric-sql.com/about We're really excited about all the new possibilities the new server brings and we hope you'll check it out soon and give us your feedback. We're now moving the temporary repo back here. As part of that migration we're closing all the old issues, PRs, and discussions. We really appreciate you taking the time to start this discussion! If it's still relevant in the new system, please reopen. |
Beta Was this translation helpful? Give feedback.
-
Kyle, why am I getting hundreds of github notifications from you all of a sudden? Looks like an infinite loop.
Marc
… Le 6 août 2024 à 15h45, Kyle Mathews ***@***.***> a écrit :
👋 we've been working the last month on a rebuild of the Electric server over at a temporary repo https://github.com/electric-sql/electric-next/ <https://github.com/electric-sql/electric-next/>
You can read more about why we made the decision at https://next.electric-sql.com/about <https://next.electric-sql.com/about>
We're really excited about all the new possibilities the new server brings and we hope you'll check it out soon and give us your feedback.
We're now moving the temporary repo back here. As part of that migration we're closing all the old issues, PRs, and discussions. We really appreciate you taking the time to start this discussion! If it's still relevant in the new system, please reopen.
—
Reply to this email directly, view it on GitHub <#545 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABS23HZL3JQOHYFPMKAMG33ZQDHPLAVCNFSM6AAAAAA53VI6RKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMRVGQYTCNA>.
You are receiving this because you are subscribed to this thread.
|
Beta Was this translation helpful? Give feedback.
-
Currently Electron doesn't support ES modules. This appears to be a blocker to using Electric with it.
ESM is in nightly: electron/electron#37535 (comment) and there's this workaround https://github.com/mifi/build-electron
We should get Electron working and publish an example.
Beta Was this translation helpful? Give feedback.
All reactions