Skip to content
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

vite-starter: Do not require restarting the server on schema modification #30

Open
tantaman opened this issue Jun 15, 2023 · 1 comment

Comments

@tantaman
Copy link
Contributor

Schema modifications are applied on the client on refresh but requires updating the server. This is a bit annoying to say the least.

@tantaman
Copy link
Contributor Author

We'll need to watch schema files and tear down websocket connections when they change. The client will automatically re-create the connection which will apply the migration.

@tantaman tantaman transferred this issue from vlcn-io/cr-sqlite Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant