-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move electric_phoenix package into monorepo #2300
base: main
Are you sure you want to change the base?
Conversation
68dd3b5
to
233e8c9
Compare
packages/electric-phoenix/mix.exs
Outdated
|
||
defp deps_for_env(:dev) do | ||
[ | ||
{:electric, path: "../sync-service/", env: :dev, only: [:dev, :test], override: true}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This "workspace" approach is a bit tricky. Because presumably when :electric_phoenix
is included as a dependency by someone's app, that app can be run in :dev
mode.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey - yeah. i'm in "trail of destruction" mode. just trying stuff out and getting it working. no plans to include this in the final release.
plus fix electric client versioning and update to phoenix liveview 1.x
which pre-configures the shape, ignoring any table, where, columns etc parameters
tables have to start with _ or a lowercase letter reserved words have to be quoted
which supports pre-defined shapes also remove the oneshot option as it's defunct now we're chunking snapshots
making embedded versions support all the stuff that this hosted version does
954bc77
to
f0ac145
Compare
✅ Deploy Preview for electric-next ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
plus fix electric client versioning and update to phoenix liveview 1.x