Skip to content

update to latest [email protected] #4

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sectore
Copy link

@sectore sectore commented May 14, 2025

Note: vue-tinybase still works fine with [email protected]. However, [email protected] includes several internal updates (mostly dependencies, see release notes v0.6.0). And more recently v6.1.0-beta.5 has been released with Bun SQLite support. With this PR vue-tinybase would be ready for using upcoming v0.6.1. No other changes needed I guess.

@nickmessing
Copy link
Owner

Hey, I'm looking for motivation to maintain this thing, I built it for an experiment but never finished it, it's not really production ready.

Are you using this thing in production?
Maybe if there is someone somewhere using it I would do a better job of actually finishing it and maintaining.

@sectore
Copy link
Author

sectore commented May 15, 2025

I'm not using your library in production, just for a proof of concept for another personal project (it will be open source).

Your library works pretty well, I've tested it yesterday using a browser based persister IndexedDbPersister and WsSynchronizer + synchronizer-ws-server to sync data of a MergeableStore between clients.

Would highly recommend to maintain vue-tinybase further on. Pretty nice stuff!

The only thing I've missed yesterday were up-to-date dependencies (not just for tinybase). I tried to update all the other deps as well, but failed with all the es-lint stuff by upgrading it to latest [email protected]. Even by following its Configuration Migration Guide I could not make it. Are you willing to update other dependencies in your library as well?

If you interested, I can update your example for using IndexedDbPersister and WsSynchronizer (optional), but do need latest dependencies first 🙀 .

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

Successfully merging this pull request may close these issues.

2 participants