-
Notifications
You must be signed in to change notification settings - Fork 751
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
Store history in browser storage #706
Comments
If you're concerned about history leaking across users, you can run pgweb in multi-session mode with |
Oh nice, I'll do that. It'd still be nice to save in the browser storage so it persists across restarts though. |
Yea this kind of request has been on the radar for a while, but i dont have any ETA for when its going to be available. |
Yeah, I understand. Also thanks for pgweb! It's exactly what I was looking for 😀 |
Oh, it looks like setting |
I would like to be able to store the query history in the History tab in browser storage instead of in the server memory. This would make it per-user and persist after restarting pgweb.
The text was updated successfully, but these errors were encountered: